3
0
Fork 0
forked from mirrors/nixpkgs

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 { stdenv.mkDerivation rec {
name = "pax-utils-${version}"; name = "pax-utils-${version}";
version = "1.1.6"; version = "1.1.7";
src = fetchurl { src = fetchurl {
url = "https://dev.gentoo.org/~vapier/dist/${name}.tar.xz"; url = "https://dev.gentoo.org/~vapier/dist/${name}.tar.xz";
sha256 = "04hvsizzspfzfq6hhfif7ya9nwsc0cs6z6n2bq1zfh7agd8nqhzm"; sha256 = "045dxgl4kkmq6205iw6fqyx3565gd607p3xpad5l9scdi3qdp6xv";
}; };
makeFlags = [ makeFlags = [
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = "https://dev.gentoo.org/~vapier/dist/"; homepage = "https://dev.gentoo.org/~vapier/dist/";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice ]; maintainers = with maintainers; [ thoughtpolice joachifm ];
}; };
} }