mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
truehdd: 0.6.1 -> 0.6.2
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user