From c6dd2d335462319507bd168444bd07a87b3f6395 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 19 Jun 2024 09:12:16 +0000 Subject: dupe-krill: 1.4.8 -> 1.4.9 --- pkgs/tools/filesystems/dupe-krill/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/filesystems/dupe-krill/default.nix b/pkgs/tools/filesystems/dupe-krill/default.nix index 09c7ac0e2f4cc..7c2594a8adef7 100644 --- a/pkgs/tools/filesystems/dupe-krill/default.nix +++ b/pkgs/tools/filesystems/dupe-krill/default.nix @@ -2,19 +2,19 @@ rustPlatform.buildRustPackage rec { pname = "dupe-krill"; - version = "1.4.8"; + version = "1.4.9"; src = fetchFromGitHub { owner = "kornelski"; repo = pname; rev = "v${version}"; - sha256 = "sha256-2fT9bw5LgJUQ0tm1T/vV5SaDjNH0OGKt7QUQLd7nmOs="; + sha256 = "sha256-ceeKG45OQLxiYcwq2Kumbpd+lkyY+W/og1/6Zdpd3zo="; postFetch = '' cp ${./Cargo.lock} $out/Cargo.lock ''; }; - cargoSha256 = "sha256-JUcIDUVzSLzblb2EbmSfuCAB+S0fyW6wpGF0b/xR+b0="; + cargoHash = "sha256-jEMvvFOcFij4lT/5Y5xARaVURT/evV9u1Vkqtm4al+g="; meta = with lib; { description = "Fast file deduplicator"; -- cgit 1.4.1