summary refs log tree commit diff
path: root/pkgs/os-specific/linux/pax-utils
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-11-20 22:28:46 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-11-20 23:01:28 +0100
commit32c71c06d2c50c74570f934c6523ee386ccbe5af (patch)
treef884a8643b6419d6c8924b59823a50c7d837314f /pkgs/os-specific/linux/pax-utils
parent2eb6ec1bc491b5a6ed7f6d5164ca6366f986da49 (diff)
downloadnixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.tar
nixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.tar.gz
nixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.tar.bz2
nixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.tar.lz
nixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.tar.xz
nixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.tar.zst
nixpkgs-32c71c06d2c50c74570f934c6523ee386ccbe5af.zip
pax-utils: 1.1.6 -> 1.1.7
Diffstat (limited to 'pkgs/os-specific/linux/pax-utils')
-rw-r--r--pkgs/os-specific/linux/pax-utils/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/pax-utils/default.nix b/pkgs/os-specific/linux/pax-utils/default.nix
index 65cbf1c4589..1e4373f286c 100644
--- a/pkgs/os-specific/linux/pax-utils/default.nix
+++ b/pkgs/os-specific/linux/pax-utils/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "pax-utils-${version}";
-  version = "1.1.6";
+  version = "1.1.7";
 
   src = fetchurl {
     url = "https://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
-    sha256 = "04hvsizzspfzfq6hhfif7ya9nwsc0cs6z6n2bq1zfh7agd8nqhzm";
+    sha256 = "045dxgl4kkmq6205iw6fqyx3565gd607p3xpad5l9scdi3qdp6xv";
   };
 
   makeFlags = [
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
     homepage    = "https://dev.gentoo.org/~vapier/dist/";
     license     = licenses.gpl2;
     platforms   = platforms.linux;
-    maintainers = with maintainers; [ thoughtpolice ];
+    maintainers = with maintainers; [ thoughtpolice joachifm ];
   };
 }