Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

uiua-unstable: 0.16.0 -> 0.16.2

Defelo 3fdddb79 eae15959

+3 -3
+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 }