3
0
Fork 0
forked from mirrors/nixpkgs

grsecurity: use source URL from a scraped repository as grsecurity.net only has the latest version

This commit is contained in:
tg(x) 2015-10-26 19:47:23 +01:00
parent ee90c703be
commit 42deddb17a

View file

@ -22,7 +22,7 @@ let
{ name = "grsecurity-${grversion}-${kversion}"; { name = "grsecurity-${grversion}-${kversion}";
inherit grversion kversion revision; inherit grversion kversion revision;
patch = fetchurl { patch = fetchurl {
url = "http://grsecurity.net/${branch}/grsecurity-${grversion}-${kversion}-${revision}.patch"; url = "https://github.com/slashbeast/grsecurity-scrape/blob/master/${branch}/grsecurity-${grversion}-${kversion}-${revision}.patch?raw=true";
inherit sha256; inherit sha256;
}; };
features.grsecurity = true; features.grsecurity = true;