zerofs: 1.1.15 -> 1.2.5 (#530991)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-12 15:45:05 +00:00 committed by GitHub
commit 46782ad2cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,18 +10,18 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zerofs";
version = "1.1.15";
version = "1.2.5";
src = fetchFromGitHub {
owner = "Barre";
repo = "ZeroFS";
tag = "v${finalAttrs.version}";
hash = "sha256-FfIiGULAxwnU/TOUxlnGj1IPC71TxBW9HZ57qbs0qZY=";
hash = "sha256-Nyv+GAy+SeWbYrEfHLilgWGUqnVS0cUoOd4+4Ah8GeQ=";
};
sourceRoot = "${finalAttrs.src.name}/zerofs";
cargoHash = "sha256-01yKdVuWR16ckmwyjpk4FMjLQl+b1VvcyGP2r1KMRCc=";
cargoHash = "sha256-Jsv/LDugP2Xp1zcCUvVmDHVkQNBoNlapMF3BRcWA3Q4=";
nativeBuildInputs = [ cmake ];