Merge pull request #12911 from tg-x/grsec-url
grsecurity: use source URL from a scraped repository
This commit is contained in:
commit
12fbbc20ec
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user