about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-23 07:01:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-23 07:01:16 +0000
commite132623f1184a3f30a2113d252bc252ae7ef2999 (patch)
treed65b4d7c3dba68d36cc11db77a52c60d6a993733
parent6895427d343b92d2ee9a2e55ce77137869623e28 (diff)
fdupes: 2.1.2 -> 2.2.0
-rw-r--r--pkgs/tools/misc/fdupes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/fdupes/default.nix b/pkgs/tools/misc/fdupes/default.nix
index ef51ad980325c..30b7f79f04ace 100644
--- a/pkgs/tools/misc/fdupes/default.nix
+++ b/pkgs/tools/misc/fdupes/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fdupes";
-  version = "2.1.2";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "adrianlopezroche";
     repo  = "fdupes";
     rev   = "v${version}";
-    hash  = "sha256-WtSuFWRqQo5D/FLwl3AaIIfg6q+09A3aP5//J4AUzus=";
+    hash  = "sha256-w1vIZexuXoCpc509QKdKnUaD4Obs5rsjptYAE4T/T+g=";
   };
 
   nativeBuildInputs = [ autoreconfHook pkg-config ];