about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-20 10:46:54 +0200
committerGitHub <noreply@github.com>2024-06-20 10:46:54 +0200
commit1f61070e7df6361d4b7e993fa4a66eda1ba1c670 (patch)
treea4c6656075129ebf474c013d6867234758d3ccc4
parent7e40a84d032815ead01d71a891589de1b1b773d2 (diff)
parentc6dd2d335462319507bd168444bd07a87b3f6395 (diff)
Merge pull request #320977 from r-ryantm/auto-update/dupe-krill
dupe-krill: 1.4.8 -> 1.4.9
-rw-r--r--pkgs/tools/filesystems/dupe-krill/default.nix6
1 files changed, 3 insertions, 3 deletions
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";