paxctl: Use http instead of https
This is needed since paxctl is going to be added to stdenv but early stdenv curl does not support https.
This commit is contained in:
parent
70449b220d
commit
84011efb74
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pax.grsecurity.net/${name}.tar.bz2";
|
||||
url = "http://pax.grsecurity.net/${name}.tar.bz2";
|
||||
sha256 = "1j6dg6wd1v7na5i4xj8zmbff0mdqdnw6cvqy0rsbz5anra27f1zp";
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user