nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

dupe-krill: 1.4.9 -> 1.5.0 (#451184)

authored by

h7x4 and committed by
GitHub
4be12c69 4d6b4120

+3 -3
+3 -3
pkgs/by-name/du/dupe-krill/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "dupe-krill"; 9 - version = "1.4.9"; 9 + version = "1.5.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "kornelski"; 13 13 repo = "dupe-krill"; 14 14 rev = "v${version}"; 15 - hash = "sha256-ze9OQHNtujzn2rY24bmFUkz5AYsjoMrwqm4jyQoF53Y="; 15 + hash = "sha256-Udj5Uc1P/c/wiF42m/qPrTtSvMpNsXjqP0LR08zslNI="; 16 16 }; 17 17 18 - cargoHash = "sha256-OMXxMWMQIYXe41sxM+KQRMRicH61dIXUe51zdXn8ZYM="; 18 + cargoHash = "sha256-iNkuhohlqjbcn/R6tCkI5rvSbyZw4Ynac27Lb8tycp8="; 19 19 20 20 meta = with lib; { 21 21 description = "Fast file deduplicator";