summary refs log tree commit diff
path: root/pkgs/tools/misc/jdupes
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 21:09:11 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-16 21:09:11 -0700
commitcd71dd5f0fda36b5da87d1f45f81b57fc489149a (patch)
treece9558ef431cfe7d6b884bcfdfa090b4193713f0 /pkgs/tools/misc/jdupes
parente2d07d2cc7e880d6c1dbff211a8b9b4f503ca7a0 (diff)
downloadnixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.tar
nixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.tar.gz
nixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.tar.bz2
nixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.tar.lz
nixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.tar.xz
nixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.tar.zst
nixpkgs-cd71dd5f0fda36b5da87d1f45f81b57fc489149a.zip
jdupes: 1.13 -> 1.13.1
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
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 8fbd0a461d0..8b3324ad66a 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.13";
+  version = "1.13.1";
 
   src = fetchFromGitHub {
     owner = "jbruchon";
     repo  = "jdupes";
     rev   = "v${version}";
-    sha256 = "1apqc4ylx6jmpkaypi8323063g5685kl8nbjna2291lzf2pc4r9f";
+    sha256 = "1f001l56dx7aixlpl7438shzh8b2vanx8k1sywm9ix6cak1k8rzr";
     # 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.