Unverified Commit db48b1ef authored by Toma's avatar Toma Committed by GitHub
Browse files

uiua-unstable: 0.17.3 -> 0.18.0-dev.2 (#456017)

parents 6d32b110 116ef35d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,8 +80,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
  passthru.tests.run =
    runCommand "uiua-test-run" { nativeBuildInputs = [ finalAttrs.finalPackage ]; }
      ''
        uiua init
        diff -U3 --color=auto <(uiua run main.ua 2>&1) <(echo '"Hello, World!"')
        echo '&p "Hello, World!"' > test.ua
        diff -U3 --color=auto <(uiua run test.ua) <(echo 'Hello, World!')
        touch $out
      '';

+3 −3
Original line number Diff line number Diff line
rec {
  version = "0.17.3";
  version = "0.18.0-dev.2";
  tag = version;
  hash = "sha256-TiJAj+wBVb8Z9pnoscF65tB7flbk/XWW+7XrHlvIHeo=";
  cargoHash = "sha256-smonKftOpGXy0WxI8Qqr0rTeI/pW6f+G4TxzoaEMsuc=";
  hash = "sha256-coa+jE83EAIJDHrSdLMG/zDXxRYx6/uivTbNNufz17Q=";
  cargoHash = "sha256-i8YFLkV2T9Cx/shRTbeYrNlccCzCO8w2zoa5ZuEuLSM=";
  updateScript = ./update-unstable.sh;
}