pijul: 1.0.0-beta.14 -> 1.0.0-beta.18 (#540048)

This commit is contained in:
Fabián Heredia Montiel
2026-07-09 17:28:44 +00:00
committed by GitHub
+3 -3
View File
@@ -17,14 +17,14 @@ rustPlatform.buildRustPackage (finalAttrs: {
__structuredAttrs = true;
pname = "pijul";
version = "1.0.0-beta.14";
version = "1.0.0-beta.18";
src = fetchCrate {
inherit (finalAttrs) version pname;
hash = "sha256-Ex8fCIcif2lmZ3ytLARwgGzEeq6GB2NDvwd96niDKbQ=";
hash = "sha256-vU41JiuxB6Bsi88st/tkt02054oN3HEN52pnLu5hMA4=";
};
cargoHash = "sha256-yPzDzfD+QdhAXdyvzDV1z9HDe1mwF9cRCsliejr8H88=";
cargoHash = "sha256-Ach8wLBhZ3pA5+m910Gt+oftEaO3Mu/ii+bxgnla0ak=";
# Tests require a TTY, which the Nix sandbox does not provide.
doCheck = false;