Merge pull request #136055 from trofi/update-pax-utils
pax-utils: 1.2.8 -> 1.3.3
This commit is contained in:
commit
40e0738df1
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pax-utils";
|
pname = "pax-utils";
|
||||||
version = "1.2.8";
|
version = "1.3.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://distfiles.gentoo.org/distfiles/${pname}-${version}.tar.xz";
|
url = "http://distfiles.gentoo.org/distfiles/${pname}-${version}.tar.xz";
|
||||||
sha256 = "sha256-urTIhG4dLMNmnPqSMdIdszWEHX1Y+eGc0Jn+bOYmsVc=";
|
sha256 = "sha256-7sp/vZi8Zr6tSncADCAl2fF+qCAbhCRYgkBs4AubaxQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||||
binary files.
|
binary files.
|
||||||
'';
|
'';
|
||||||
homepage = "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities";
|
homepage = "https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice joachifm ];
|
maintainers = with maintainers; [ thoughtpolice joachifm ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue