about summary refs log tree commit diff
path: root/pkgs/tools/misc/jdupes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-11-19 12:58:19 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2018-11-19 21:58:19 +0100
commitf5464f9544cc2cd6b65449bb5f898e02a0a53073 (patch)
treeb3ccac9c22d51ac1380036cf6bfbafe71dbd7a78 /pkgs/tools/misc/jdupes
parent90f81888f64a637e33a6ccaedcc64c93af80ca64 (diff)
jdupes: 1.11 -> 1.11.1
* jdupes: 1.11 -> 1.11.1 (#50725)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jdupes/versions

* jdupes: fix hash
Diffstat (limited to 'pkgs/tools/misc/jdupes')
-rw-r--r--pkgs/tools/misc/jdupes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/jdupes/default.nix b/pkgs/tools/misc/jdupes/default.nix
index 0df351bdd5606..ee63924579718 100644
--- a/pkgs/tools/misc/jdupes/default.nix
+++ b/pkgs/tools/misc/jdupes/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "jdupes-${version}";
-  version = "1.11";
+  version = "1.11.1";
 
   src = fetchFromGitHub {
     owner = "jbruchon";
     repo  = "jdupes";
     rev   = "v${version}";
-    sha256 = "124n9vgnqqhnwgnms7dqmndp25xrcjaykxrzbi4v4as98kxxi3j1";
+    sha256 = "1yg7071lwl561s7r0qrnfx45z3ny8gjfrxpx0dbyhv3ywiac5kw8";
     # Unicode file names lead to different checksums on HFS+ vs. other
     # filesystems because of unicode normalisation. The testdir
     # directories have such files and will be removed.