diff --git a/users/relms/gui.nix b/users/relms/gui.nix index 9b1ddb5..8a6c740 100644 --- a/users/relms/gui.nix +++ b/users/relms/gui.nix @@ -7,8 +7,8 @@ papirus-icon-theme (st.overrideAttrs (oldAttrs: { src = builtins.fetchTarball { - url = "https://code.relms.dev/Relms/st/archive/9973cc2bdd0b18f134b8065f8a840a77002cd977.tar.gz"; - sha256 = "sha256:13vh5x4yapaspbd3and53syrri161mfhji8scf8424r7v5ijmysg"; + url = "https://code.relms.dev/Relms/st/archive/50a72324cd9e81efb7985dca26ac77cf781305f0.tar.gz"; + sha256 = "sha256:1kmn775fzgdlb6wp4c9zzkiqa4mjv84zyaash842yqwh72zal62y"; }; buildInputs = oldAttrs.buildInputs ++ [harfbuzz xorg.libXcursor]; }))