Defelo
2025-11-04 21:48:45 +01:00
parent 1af3170eef
commit 116ef35d54
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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
View File
@@ -1,7 +1,7 @@
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;
}