summary refs log tree commit diff
path: root/pkgs/tools/filesystems/duperemove
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-18 02:18:12 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-18 11:18:12 +0200
commit73a12c0403831756977a3c326caa716633bafe14 (patch)
tree253db5577e9dab512254920a822a3b34efae328d /pkgs/tools/filesystems/duperemove
parent831e8ce8e4351ee7e86f98507fb3627d5095692b (diff)
downloadnixpkgs-73a12c0403831756977a3c326caa716633bafe14.tar
nixpkgs-73a12c0403831756977a3c326caa716633bafe14.tar.gz
nixpkgs-73a12c0403831756977a3c326caa716633bafe14.tar.bz2
nixpkgs-73a12c0403831756977a3c326caa716633bafe14.tar.lz
nixpkgs-73a12c0403831756977a3c326caa716633bafe14.tar.xz
nixpkgs-73a12c0403831756977a3c326caa716633bafe14.tar.zst
nixpkgs-73a12c0403831756977a3c326caa716633bafe14.zip
duperemove: 0.10 -> 0.11 (#40684)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/duperemove/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/mcgis270lv4waah1f68insh0n8j7ja52-duperemove-0.11/bin/btrfs-extent-same had a zero exit code or showed the expected version
- /nix/store/mcgis270lv4waah1f68insh0n8j7ja52-duperemove-0.11/bin/duperemove passed the binary check.
- /nix/store/mcgis270lv4waah1f68insh0n8j7ja52-duperemove-0.11/bin/hashstats passed the binary check.
- /nix/store/mcgis270lv4waah1f68insh0n8j7ja52-duperemove-0.11/bin/show-shared-extents passed the binary check.
- 2 of 4 passed binary check by having a zero exit code.
- 2 of 4 passed binary check by having the new version present in output.
- found 0.11 with grep in /nix/store/mcgis270lv4waah1f68insh0n8j7ja52-duperemove-0.11
- directory tree listing: https://gist.github.com/0df1e551a8c77ca4dd4bb8f2783f75c4
- du listing: https://gist.github.com/4dc88fc1b6adba1caf3a67e67383c3c9
Diffstat (limited to 'pkgs/tools/filesystems/duperemove')
-rw-r--r--pkgs/tools/filesystems/duperemove/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/duperemove/default.nix b/pkgs/tools/filesystems/duperemove/default.nix
index 613ab7bab1e..4e71d910a5d 100644
--- a/pkgs/tools/filesystems/duperemove/default.nix
+++ b/pkgs/tools/filesystems/duperemove/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "duperemove-${version}";
-  version = "0.10";
+  version = "0.11";
 
   src = fetchFromGitHub {
     owner = "markfasheh";
     repo = "duperemove";
     rev = "v${version}";
-    sha256 = "1fll0xjg1p3pabgjiddild4ragk9spbdmdzrkq0hv5pxb1qrv7lp";
+    sha256 = "09bwpsvnppl9bm2l5pym5673x04ah3hddb0xip61gdq8ws3ri5yj";
   };
 
   nativeBuildInputs = [ pkgconfig ];