lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

uiua-unstable: 0.17.0-dev.1 -> 0.17.0-dev.2

Changelog: https://github.com/uiua-lang/uiua/blob/refs/tags/0.17.0-dev.2/changelog.md
Diff: https://github.com/uiua-lang/uiua/compare/0.17.0-dev.1...0.17.0-dev.2

Defelo b03d6023 19585ab6

+4 -4
+1 -1
pkgs/by-name/ui/uiua/package.nix
··· 81 81 runCommand "uiua-test-run" { nativeBuildInputs = [ finalAttrs.finalPackage ]; } 82 82 '' 83 83 uiua init 84 - diff -U3 --color=auto <(uiua run main.ua) <(echo '"Hello, World!"') 84 + diff -U3 --color=auto <(uiua run main.ua 2>&1) <(echo '"Hello, World!"') 85 85 touch $out 86 86 ''; 87 87
+3 -3
pkgs/by-name/ui/uiua/unstable.nix
··· 1 1 rec { 2 - version = "0.17.0-dev.1"; 2 + version = "0.17.0-dev.2"; 3 3 tag = version; 4 - hash = "sha256-Tsj0De4qdV8R4XVP5Oihk7HlgG4EysfQ9aUo0MZO94A="; 5 - cargoHash = "sha256-upBPtoivWh07w87jNu5mjS5Yj+slsJtAIMAOjX1MZaM="; 4 + hash = "sha256-n6gNlDL5Dcc8d/t9QSi3LPY3wTyvckkDwucnhpcgkCg="; 5 + cargoHash = "sha256-VXIU5NMboEl56IUXhEkc2ebbVajkhcE9T+X4uTOh48A="; 6 6 updateScript = ./update-unstable.sh; 7 7 }