Skip to content

Commit 249e407

Browse files
uiua: 0.15.1 -> 0.16.0 (#408771)
2 parents 6f5e683 + 824ca14 commit 249e407

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5000,8 +5000,8 @@ let
50005000
mktplcRef = {
50015001
name = "uiua-vscode";
50025002
publisher = "uiua-lang";
5003-
version = "0.0.63";
5004-
hash = "sha256-qlBcnQyH5VbgmBlTvVi59OpYtyuVrJLoSuRIbrBGFVE=";
5003+
version = "0.0.64";
5004+
hash = "sha256-mASTMZhXsM8IzaMmHsWRmf+pf1EjXyWsBMFXTcq7Acw=";
50055005
};
50065006
meta = {
50075007
description = "VSCode language extension for Uiua";

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.15.1";
2+
version = "0.16.0";
33
tag = version;
4-
hash = "sha256-PTpGjJCTqc8bgCfKoq8Bh5eb5vWc1ZjWtdZXMY2j2f8=";
5-
cargoHash = "sha256-UAwlnJsZfHnKzchhn79cBsX3iRPV+N52szRMiv2NBno=";
4+
hash = "sha256-/BSn0B/yJY9rmGLBxnCwCNf2BGQOsbzpHu6Ww4NQpAs=";
5+
cargoHash = "sha256-sxCcnfI3i81oDsmAingNesNP3CAAnvKtSoFPYP8uaqs=";
66
updateScript = ./update-stable.sh;
77
}

pkgs/by-name/ui/uiua/unstable.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rec {
2-
version = "0.16.0-rc.1";
2+
version = "0.16.0";
33
tag = version;
4-
hash = "sha256-c17CBFPBWe0UR+qwRMLCPGeaozVBq6aRv3haVDoIyyA=";
5-
cargoHash = "sha256-8MulQU6SU1M/ITmPLtYa8SShXRsp7NTMhEZRXEgY5zw=";
4+
hash = "sha256-/BSn0B/yJY9rmGLBxnCwCNf2BGQOsbzpHu6Ww4NQpAs=";
5+
cargoHash = "sha256-sxCcnfI3i81oDsmAingNesNP3CAAnvKtSoFPYP8uaqs=";
66
updateScript = ./update-unstable.sh;
77
}

0 commit comments

Comments
 (0)