Merge pull request #12911 from tg-x/grsec-url

grsecurity: use source URL from a scraped repository

+1 -1
+1 -1
pkgs/os-specific/linux/kernel/patches.nix
··· 22 22 { name = "grsecurity-${grversion}-${kversion}"; 23 23 inherit grversion kversion revision; 24 24 patch = fetchurl { 25 - url = "http://grsecurity.net/${branch}/grsecurity-${grversion}-${kversion}-${revision}.patch"; 25 + url = "https://github.com/slashbeast/grsecurity-scrape/blob/master/${branch}/grsecurity-${grversion}-${kversion}-${revision}.patch?raw=true"; 26 26 inherit sha256; 27 27 }; 28 28 features.grsecurity = true;