Unverified Commit b03d6023 authored by Defelo's avatar Defelo
Browse files
parent 19585ab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    runCommand "uiua-test-run" { nativeBuildInputs = [ finalAttrs.finalPackage ]; }
      ''
        uiua init
        diff -U3 --color=auto <(uiua run main.ua) <(echo '"Hello, World!"')
        diff -U3 --color=auto <(uiua run main.ua 2>&1) <(echo '"Hello, World!"')
        touch $out
      '';

+3 −3
Original line number Diff line number Diff line
rec {
  version = "0.17.0-dev.1";
  version = "0.17.0-dev.2";
  tag = version;
  hash = "sha256-Tsj0De4qdV8R4XVP5Oihk7HlgG4EysfQ9aUo0MZO94A=";
  cargoHash = "sha256-upBPtoivWh07w87jNu5mjS5Yj+slsJtAIMAOjX1MZaM=";
  hash = "sha256-n6gNlDL5Dcc8d/t9QSi3LPY3wTyvckkDwucnhpcgkCg=";
  cargoHash = "sha256-VXIU5NMboEl56IUXhEkc2ebbVajkhcE9T+X4uTOh48A=";
  updateScript = ./update-unstable.sh;
}