Unverified Commit 70f7a92c authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

uiua{,-unstable}: 0.17.1 -> 0.17.2 (#448046)

parents afd64ceb bd03b64a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
rec {
  version = "0.17.1";
  version = "0.17.2";
  tag = version;
  hash = "sha256-bRazhDhqXnY+nDDWg/unqVuOg9ib3AND0HivFL68Iko=";
  cargoHash = "sha256-llg/BoiGiD9AT8UTDyTpzrSvEinXbLdT1rQECH2ftdE=";
  hash = "sha256-Ceuow3BguxLoBQEX88cRZe8KGVnddIG3ojuJsm+4EJA=";
  cargoHash = "sha256-zD3Wi1SZbYaV+KlVB3EBPzFDafqP/jGjKuhhQoPb/P8=";
  updateScript = ./update-stable.sh;
}
+3 −3
Original line number Diff line number Diff line
rec {
  version = "0.17.1";
  version = "0.17.2";
  tag = version;
  hash = "sha256-bRazhDhqXnY+nDDWg/unqVuOg9ib3AND0HivFL68Iko=";
  cargoHash = "sha256-llg/BoiGiD9AT8UTDyTpzrSvEinXbLdT1rQECH2ftdE=";
  hash = "sha256-Ceuow3BguxLoBQEX88cRZe8KGVnddIG3ojuJsm+4EJA=";
  cargoHash = "sha256-zD3Wi1SZbYaV+KlVB3EBPzFDafqP/jGjKuhhQoPb/P8=";
  updateScript = ./update-unstable.sh;
}