Unverified Commit 249e4079 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

uiua: 0.15.1 -> 0.16.0 (#408771)

parents 6f5e6833 824ca145
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";
+3 −3
Original line number Diff line number Diff line
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;
}
+3 −3
Original line number Diff line number Diff line
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;
}