uiua: 0.15.1 -> 0.16.0 (#408771)

This commit is contained in:
Arne Keller
2025-05-21 10:25:51 +02:00
committed by GitHub
3 changed files with 8 additions and 8 deletions

View File

@@ -5000,8 +5000,8 @@ let
mktplcRef = {
name = "uiua-vscode";
publisher = "uiua-lang";
version = "0.0.63";
hash = "sha256-qlBcnQyH5VbgmBlTvVi59OpYtyuVrJLoSuRIbrBGFVE=";
version = "0.0.64";
hash = "sha256-mASTMZhXsM8IzaMmHsWRmf+pf1EjXyWsBMFXTcq7Acw=";
};
meta = {
description = "VSCode language extension for Uiua";

View File

@@ -1,7 +1,7 @@
rec {
version = "0.15.1";
version = "0.16.0";
tag = version;
hash = "sha256-PTpGjJCTqc8bgCfKoq8Bh5eb5vWc1ZjWtdZXMY2j2f8=";
cargoHash = "sha256-UAwlnJsZfHnKzchhn79cBsX3iRPV+N52szRMiv2NBno=";
hash = "sha256-/BSn0B/yJY9rmGLBxnCwCNf2BGQOsbzpHu6Ww4NQpAs=";
cargoHash = "sha256-sxCcnfI3i81oDsmAingNesNP3CAAnvKtSoFPYP8uaqs=";
updateScript = ./update-stable.sh;
}

View File

@@ -1,7 +1,7 @@
rec {
version = "0.16.0-rc.1";
version = "0.16.0";
tag = version;
hash = "sha256-c17CBFPBWe0UR+qwRMLCPGeaozVBq6aRv3haVDoIyyA=";
cargoHash = "sha256-8MulQU6SU1M/ITmPLtYa8SShXRsp7NTMhEZRXEgY5zw=";
hash = "sha256-/BSn0B/yJY9rmGLBxnCwCNf2BGQOsbzpHu6Ww4NQpAs=";
cargoHash = "sha256-sxCcnfI3i81oDsmAingNesNP3CAAnvKtSoFPYP8uaqs=";
updateScript = ./update-unstable.sh;
}