Merge pull request #136055 from trofi/update-pax-utils

pax-utils: 1.2.8 -> 1.3.3
This commit is contained in:
Fabian Affolter 2021-09-05 11:35:33 +02:00 committed by GitHub
commit 40e0738df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pax-utils";
version = "1.2.8";
version = "1.3.3";
src = fetchurl {
url = "http://distfiles.gentoo.org/distfiles/${pname}-${version}.tar.xz";
sha256 = "sha256-urTIhG4dLMNmnPqSMdIdszWEHX1Y+eGc0Jn+bOYmsVc=";
sha256 = "sha256-7sp/vZi8Zr6tSncADCAl2fF+qCAbhCRYgkBs4AubaxQ=";
};
makeFlags = [ "PREFIX=$(out)" ];
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
binary files.
'';
homepage = "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.unix;
maintainers = with maintainers; [ thoughtpolice joachifm ];
};