update st
This commit is contained in:
parent
131cc7b1ec
commit
8f6c58aea8
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
(st.overrideAttrs (oldAttrs: {
|
(st.overrideAttrs (oldAttrs: {
|
||||||
src = builtins.fetchTarball {
|
src = builtins.fetchTarball {
|
||||||
url = "https://code.relms.dev/Relms/st/archive/9973cc2bdd0b18f134b8065f8a840a77002cd977.tar.gz";
|
url = "https://code.relms.dev/Relms/st/archive/50a72324cd9e81efb7985dca26ac77cf781305f0.tar.gz";
|
||||||
sha256 = "sha256:13vh5x4yapaspbd3and53syrri161mfhji8scf8424r7v5ijmysg";
|
sha256 = "sha256:1kmn775fzgdlb6wp4c9zzkiqa4mjv84zyaash842yqwh72zal62y";
|
||||||
};
|
};
|
||||||
buildInputs = oldAttrs.buildInputs ++ [harfbuzz xorg.libXcursor];
|
buildInputs = oldAttrs.buildInputs ++ [harfbuzz xorg.libXcursor];
|
||||||
}))
|
}))
|
||||||
|
|
Reference in a new issue