Skip to content

Commit

Permalink
uiua-unstable: 0.14.0-dev.6 -> 0.14.0-rc.1
Browse files Browse the repository at this point in the history
Changed `update-unstable.sh` to update to rc versions
  • Loading branch information
Coca162 committed Dec 14, 2024
1 parent 5d67ea6 commit 5e846b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ui/uiua/unstable.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rec {
version = "0.14.0-dev.6";
version = "0.14.0-rc.1";
rev = version;
hash = "sha256-YRv4i014xD4d8YN5PuMsa06+7kZgISPBGkKrVLU5ZN0=";
cargoHash = "sha256-GYBHaYGmKcV0Gw1I4IWzfmecHwQtb2ys5bMguqfo8S0=";
hash = "sha256-JaWgPQTtRm9qvgeSnrq8f4vCFNuJ1k/E/Ch2aqR4g9E=";
cargoHash = "sha256-9peiP/GEXphLC2o6BU8mVN/vAHFtYKtOx81173CTvqg=";
updateScript = ./update-unstable.sh;
}
2 changes: 1 addition & 1 deletion pkgs/by-name/ui/uiua/update-unstable.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nix-update

nix-update --override-filename pkgs/by-name/ui/uiua/unstable.nix uiua-unstable
nix-update --override-filename pkgs/by-name/ui/uiua/unstable.nix --version unstable uiua-unstable

0 comments on commit 5e846b3

Please sign in to comment.