pax-utils: 1.1.6 -> 1.1.7

This commit is contained in:
Joachim Fasting 2016-11-20 22:28:46 +01:00
parent 2eb6ec1bc4
commit 32c71c06d2
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -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 ];
};
}