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:
Ricardo M. Correia 2014-02-27 13:08:09 +01:00
parent 70449b220d
commit 84011efb74

View File

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