Defelo
2026-02-06 19:19:21 +01:00
parent 0de0130a6c
commit a5fb08e41f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
rec {
version = "0.17.3";
version = "0.18.0";
tag = version;
hash = "sha256-TiJAj+wBVb8Z9pnoscF65tB7flbk/XWW+7XrHlvIHeo=";
cargoHash = "sha256-smonKftOpGXy0WxI8Qqr0rTeI/pW6f+G4TxzoaEMsuc=";
hash = "sha256-049fEvLiRK2QfX6W0zCuL2QNACkBn0HmuGYjUGAWR1M=";
cargoHash = "sha256-rGWMhghlYaUupn2vqDxBEezgENH4GCXlf2RU3iRrmxo=";
updateScript = ./update-stable.sh;
}
+1 -1
View File
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation {
installPhase = ''
runHook preInstall
install -Dm444 -t $out/share/fonts/truetype ./src/algorithm/Uiua386.ttf
install -Dm444 -t $out/share/fonts/truetype ./src/assets/Uiua386.ttf
runHook postInstall
'';