summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-01-25 00:47:08 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-01-25 00:58:54 +0100
commit482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b (patch)
tree740e64a5406ac152f84e701a44ba8a5cfa451e51 /pkgs
parent0501e496956c5e341b165c507d1481e451554d98 (diff)
downloadnixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.tar
nixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.tar.gz
nixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.tar.bz2
nixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.tar.lz
nixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.tar.xz
nixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.tar.zst
nixlib-482c67af70ffe43a0c8ca17c3a3b8e83593d9f1b.zip
grsecurity: adapt new to mirror url structure
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index ec114f93e83f..b7a4d8749c66 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -30,7 +30,7 @@ let
         # When updating versions/hashes, ALWAYS use the official
         # 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"
+        "https://raw.githubusercontent.com/slashbeast/grsecurity-scrape/master/${grbranch}/${kver}/${name}.patch"
       ];
       inherit sha256;
     };