summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-01-11 09:49:01 -0500
committerTim Steinbach <tim@nequissimus.com>2020-01-11 09:49:01 -0500
commit33ebfc6cc34ce3674c989cd61e0eddb1b0af536a (patch)
tree1a75f31351b831d068698943d42ca5a323055d8b /pkgs/os-specific
parent4e6e94417c763e3717f864933ba4f3cde6dbed12 (diff)
downloadnixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.tar
nixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.tar.gz
nixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.tar.bz2
nixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.tar.lz
nixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.tar.xz
nixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.tar.zst
nixpkgs-33ebfc6cc34ce3674c989cd61e0eddb1b0af536a.zip
linux_latest-libre: 17179 -> 17185
Diffstat (limited to 'pkgs/os-specific')
-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 0593e341a9c..799a84d96df 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 = "17179";
+    rev = "17185";
     sha256 = "0hyd7wp73w4555d42xcvk4x4nxrfckbzah2ckb4d2aqzxab87789";
   }
 , ...