uiua: 0.17.3 -> 0.18.0
Changelog: https://github.com/uiua-lang/uiua/blob/refs/tags/0.18.0/changelog.md Diff: https://github.com/uiua-lang/uiua/compare/0.17.3...0.18.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user