truehdd: 0.6.1 -> 0.6.2

This commit is contained in:
R. Ryantm
2026-09-18 12:20:12 +00:00
parent 9df0b1453c
commit 105a8bc0ec

View File

@@ -6,7 +6,7 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "truehdd";
version = "0.6.1";
version = "0.6.2";
__structuredAttrs = true;
@@ -14,10 +14,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "truehdd";
repo = "truehdd";
tag = finalAttrs.version;
hash = "sha256-lht6vlvAKo2EwtRNkGbuf+/OYvE/+auadUEIXg6Vo/w=";
hash = "sha256-MpJmAEBUdPY7+VSbw0VILr2Smcnfu1WmWOB/uOyPOlM=";
};
cargoHash = "sha256-06cd/xALui85Cp85VAihxGGRAO6K49Y95HeW3l2w7Po=";
cargoHash = "sha256-BWJUIJcXRjrb2P0EXNdvhVkyq93J3CkYPUYdXgEsYQ4=";
env.VERGEN_GIT_DESCRIBE = finalAttrs.version;