summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-01-05 16:12:13 -0500
committerTim Steinbach <tim@nequissimus.com>2020-01-05 16:12:13 -0500
commit0ff48f4fe212260f17a860e546d8d8591cdf164b (patch)
treef867d717ab948827d536f13202edead3c3108b73 /pkgs/os-specific/linux/kernel
parentaf5f1eb6c6a46eaf50c04cc339a53bbe1714fdae (diff)
downloadnixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.tar
nixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.tar.gz
nixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.tar.bz2
nixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.tar.lz
nixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.tar.xz
nixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.tar.zst
nixpkgs-0ff48f4fe212260f17a860e546d8d8591cdf164b.zip
linux_latest-libre: 17163 -> 17165
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 22fe4eae52e..cb6768a348b 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 = "17163";
+    rev = "17165";
     sha256 = "0hyd7wp73w4555d42xcvk4x4nxrfckbzah2ckb4d2aqzxab87789";
   }
 , ...