1 { lib, fetchFromGitHub, rustPlatform, runCommand }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-2fT9bw5LgJUQ0tm1T/vV5SaDjNH0OGKt7QUQLd7nmOs=";
13 cp ${./Cargo.lock} $out/Cargo.lock
17 cargoSha256 = "sha256-JUcIDUVzSLzblb2EbmSfuCAB+S0fyW6wpGF0b/xR+b0=";
20 description = " A fast file deduplicator.";
21 homepage = "https://github.com/kornelski/dupe-krill";
22 license = with licenses; [ mit ];
23 maintainers = with maintainers; [ urbas ];