truehdd: 0.4.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-08-01 09:40:26 +00:00
parent 14d876e5d3
commit bd5e08374d
+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;