tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
uiua-unstable: 0.16.0 -> 0.16.2
Defelo
8 months ago
3fdddb79
eae15959
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ui
uiua
unstable.nix
+3
-3
pkgs/by-name/ui/uiua/unstable.nix
···
1
rec {
2
-
version = "0.16.0";
3
tag = version;
4
-
hash = "sha256-/BSn0B/yJY9rmGLBxnCwCNf2BGQOsbzpHu6Ww4NQpAs=";
5
-
cargoHash = "sha256-sxCcnfI3i81oDsmAingNesNP3CAAnvKtSoFPYP8uaqs=";
6
updateScript = ./update-unstable.sh;
7
}
···
1
rec {
2
+
version = "0.16.2";
3
tag = version;
4
+
hash = "sha256-YX2okLBN+6celACktfLgTO4NJPvEalrS/C885qwAp8A=";
5
+
cargoHash = "sha256-aoHqcE+0OaxZAxjAZUdSmAuLaI0kiRfbPhaFjNvFce8=";
6
updateScript = ./update-unstable.sh;
7
}