grsecurity: use upstream url as the primary source
This commit is contained in:
parent
ca7cc96ee8
commit
9a63779d64
@ -25,10 +25,13 @@ let
|
|||||||
inherit grver kver grrev;
|
inherit grver kver grrev;
|
||||||
|
|
||||||
patch = fetchurl {
|
patch = fetchurl {
|
||||||
# When updating versions/hashes, ALWAYS use the official version; we use
|
urls = [
|
||||||
# this mirror only because upstream removes sources files immediately upon
|
"https://grsecurity.net/${grbranch}/${name}.patch"
|
||||||
# releasing a new version ...
|
# When updating versions/hashes, ALWAYS use the official
|
||||||
url = "https://raw.githubusercontent.com/slashbeast/grsecurity-scrape/master/${grbranch}/${name}.patch";
|
# version; we use this mirror only because upstream removes
|
||||||
|
# source files immediately upon releasing a new version ...
|
||||||
|
"https://raw.githubusercontent.com/slashbeast/grsecurity-scrape/master/${grbranch}/${name}.patch"
|
||||||
|
];
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user