Skip to content

Commit d276d38

Browse files
authored
dupe-krill: remove Cargo.lock, fix hashes (#342348)
2 parents e25a409 + 51e70f4 commit d276d38

File tree

2 files changed

+2
-344
lines changed

2 files changed

+2
-344
lines changed

pkgs/tools/filesystems/dupe-krill/Cargo.lock

Lines changed: 0 additions & 339 deletions
This file was deleted.

pkgs/tools/filesystems/dupe-krill/default.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ rustPlatform.buildRustPackage rec {
88
owner = "kornelski";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-ceeKG45OQLxiYcwq2Kumbpd+lkyY+W/og1/6Zdpd3zo=";
12-
postFetch = ''
13-
cp ${./Cargo.lock} $out/Cargo.lock
14-
'';
11+
hash = "sha256-ze9OQHNtujzn2rY24bmFUkz5AYsjoMrwqm4jyQoF53Y=";
1512
};
1613

17-
cargoHash = "sha256-jEMvvFOcFij4lT/5Y5xARaVURT/evV9u1Vkqtm4al+g=";
14+
cargoHash = "sha256-9/TSmw0XEnEURgrT6Oy3nqnNkmXUHLr0InlKyg4m9sQ=";
1815

1916
meta = with lib; {
2017
description = "Fast file deduplicator";

0 commit comments

Comments
 (0)