Skip to content

Commit a5fb08e

Browse files
committed
1 parent 0de0130 commit a5fb08e

2 files changed

Lines changed: 4 additions & 4 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/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)