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:
parent
ee90c703be
commit
42deddb17a
|
@ -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…
Reference in a new issue