mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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}";
|
||||
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