summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2019-12-18 16:13:14 -0500
committerTim Steinbach <tim@nequissimus.com>2019-12-18 16:13:14 -0500
commit9b5b7220d83d231348b2527b1ed426611fa90528 (patch)
tree29545d4f48335026a9bca7a521feb7717f71ca4b /pkgs/os-specific/linux/kernel
parent6be14ee97b5ab32453dddd749fc14e859c2d9214 (diff)
downloadnixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.tar
nixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.tar.gz
nixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.tar.bz2
nixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.tar.lz
nixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.tar.xz
nixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.tar.zst
nixpkgs-9b5b7220d83d231348b2527b1ed426611fa90528.zip
linux_latest-libre: 17117 -> 17119
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-libre.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix
index db9a23984c7..3231fc4ac62 100644
--- a/pkgs/os-specific/linux/kernel/linux-libre.nix
+++ b/pkgs/os-specific/linux/kernel/linux-libre.nix
@@ -1,7 +1,7 @@
 { stdenv, lib, fetchsvn, linux
 , scripts ? fetchsvn {
     url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/";
-    rev = "17117";
+    rev = "17119";
     sha256 = "0hyd7wp73w4555d42xcvk4x4nxrfckbzah2ckb4d2aqzxab87789";
   }
 , ...