Skip to content

Commit 3a68952

Browse files
authored
uiua: 0.17.3 -> 0.18.0; uiua-unstable: 0.18.0-dev.4 -> 0.18.0 (NixOS#487712)
2 parents eb2d898 + 353ed1e commit 3a68952

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pkgs/by-name/ui/uiua/stable.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rec {
2-
version = "0.17.3";
2+
version = "0.18.0";
33
tag = version;
4-
hash = "sha256-TiJAj+wBVb8Z9pnoscF65tB7flbk/XWW+7XrHlvIHeo=";
5-
cargoHash = "sha256-smonKftOpGXy0WxI8Qqr0rTeI/pW6f+G4TxzoaEMsuc=";
4+
hash = "sha256-049fEvLiRK2QfX6W0zCuL2QNACkBn0HmuGYjUGAWR1M=";
5+
cargoHash = "sha256-rGWMhghlYaUupn2vqDxBEezgENH4GCXlf2RU3iRrmxo=";
66
updateScript = ./update-stable.sh;
77
}

pkgs/by-name/ui/uiua/unstable.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rec {
2-
version = "0.18.0-dev.4";
2+
version = "0.18.0";
33
tag = version;
4-
hash = "sha256-/uM92x0jBgfbkBY5/NFPBDHgH+caISEtJiiXAFQj61A=";
5-
cargoHash = "sha256-MsoLvwFlVBJnbWMA8Z7wCjQKJ9VHYhAV1HpNVmM+MEo=";
4+
hash = "sha256-049fEvLiRK2QfX6W0zCuL2QNACkBn0HmuGYjUGAWR1M=";
5+
cargoHash = "sha256-rGWMhghlYaUupn2vqDxBEezgENH4GCXlf2RU3iRrmxo=";
66
updateScript = ./update-unstable.sh;
77
}

pkgs/by-name/ui/uiua386/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ stdenvNoCC.mkDerivation {
1212
installPhase = ''
1313
runHook preInstall
1414
15-
install -Dm444 -t $out/share/fonts/truetype ./src/algorithm/Uiua386.ttf
15+
install -Dm444 -t $out/share/fonts/truetype ./src/assets/Uiua386.ttf
1616
1717
runHook postInstall
1818
'';

0 commit comments

Comments
 (0)