truehdd: 0.4.0 -> 0.5.1 (#548025)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-01 12:31:53 +00:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "truehdd";
version = "0.4.0";
version = "0.5.1";
__structuredAttrs = true;
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "truehdd";
repo = "truehdd";
tag = finalAttrs.version;
hash = "sha256-PhJWtiYtELNkpnhI9e6tv3zFsSJnIYhu2eSy7RyReUE=";
hash = "sha256-y4x27lmAh0OyIksIqmKG7mTIjzf7TzPlzNaeVrTtB08=";
};
cargoHash = "sha256-UvHdFtdkQPySEpCZ31n25jfvCsf7ETA7SVSR+/WfEM8=";
cargoHash = "sha256-uVVcPVGgUM/V9CFS/axUSWRt9vOTD/3O2SAENmzVukM=";
env.VERGEN_GIT_DESCRIBE = finalAttrs.version;