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}";
|
||||
inherit grversion kversion revision;
|
||||
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;
|
||||
};
|
||||
features.grsecurity = true;
|
||||
|
Loading…
Reference in New Issue
Block a user