Unverified Commit 8802ade1 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

uiua: 0.16.2 -> 0.17.0, uiua-unstable: 0.17.0-rc.2 -> 0.17.0 (#445712)

parents 3c8c0d23 63cf73be
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
rec {
  version = "0.16.2";
  version = "0.17.0";
  tag = version;
  hash = "sha256-YX2okLBN+6celACktfLgTO4NJPvEalrS/C885qwAp8A=";
  cargoHash = "sha256-aoHqcE+0OaxZAxjAZUdSmAuLaI0kiRfbPhaFjNvFce8=";
  hash = "sha256-mLtWU7eJxDAyUuwsiwLqa9LgJXnTtYHwcnXQOBsmugw=";
  cargoHash = "sha256-h8HmBfxRKrtARFQ0vll09uEMcYUhW4+8M/Q90EVw3Io=";
  updateScript = ./update-stable.sh;
}
+3 −3
Original line number Diff line number Diff line
rec {
  version = "0.17.0-rc.2";
  version = "0.17.0";
  tag = version;
  hash = "sha256-2EO1nlAMbBi+DAuxgnf7eUKYiyXDt2+0rxFXR520V0U=";
  cargoHash = "sha256-uufkv/UIb6jlagercZvA6eOQ4Pu3ZHWRpnd0pQbX8vY=";
  hash = "sha256-mLtWU7eJxDAyUuwsiwLqa9LgJXnTtYHwcnXQOBsmugw=";
  cargoHash = "sha256-h8HmBfxRKrtARFQ0vll09uEMcYUhW4+8M/Q90EVw3Io=";
  updateScript = ./update-unstable.sh;
}