uiua: 0.17.3 -> 0.18.0; uiua-unstable: 0.18.0-dev.4 -> 0.18.0 (#487712)

This commit is contained in:
Toma
2026-02-06 23:59:00 +00:00
committed by GitHub
3 changed files with 7 additions and 7 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;
}
+3 -3
View File
@@ -1,7 +1,7 @@
rec {
version = "0.18.0-dev.4";
version = "0.18.0";
tag = version;
hash = "sha256-/uM92x0jBgfbkBY5/NFPBDHgH+caISEtJiiXAFQj61A=";
cargoHash = "sha256-MsoLvwFlVBJnbWMA8Z7wCjQKJ9VHYhAV1HpNVmM+MEo=";
hash = "sha256-049fEvLiRK2QfX6W0zCuL2QNACkBn0HmuGYjUGAWR1M=";
cargoHash = "sha256-rGWMhghlYaUupn2vqDxBEezgENH4GCXlf2RU3iRrmxo=";
updateScript = ./update-unstable.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
'';