Loading pkgs/by-name/ui/uiua/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ''; Loading pkgs/by-name/ui/uiua/unstable.nix +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; } Loading
pkgs/by-name/ui/uiua/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 ''; Loading
pkgs/by-name/ui/uiua/unstable.nix +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; }