summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-04-01 08:48:42 -0400
committerTim Steinbach <tim@nequissimus.com>2020-04-01 10:46:07 -0400
commitef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32 (patch)
treebaad5dbb90420c2572053ba8284b683cc3647236 /pkgs/os-specific/linux/kernel
parent902ebcdd444d5f1553bc5d3bfbea10a259e4a41c (diff)
downloadnixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.tar
nixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.tar.gz
nixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.tar.bz2
nixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.tar.lz
nixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.tar.xz
nixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.tar.zst
nixpkgs-ef3f3f2728c82e2f65e9e4dc5454345c6f7a4c32.zip
linux_latest-libre: 17387 -> 17402
Diffstat (limited to 'pkgs/os-specific/linux/kernel')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-libre.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-libre.nix b/pkgs/os-specific/linux/kernel/linux-libre.nix
index f4f3e0ffaf1..d167a89ea83 100644
--- a/pkgs/os-specific/linux/kernel/linux-libre.nix
+++ b/pkgs/os-specific/linux/kernel/linux-libre.nix
@@ -1,8 +1,8 @@
 { stdenv, lib, fetchsvn, linux
 , scripts ? fetchsvn {
     url = "https://www.fsfla.org/svn/fsfla/software/linux-libre/releases/branches/";
-    rev = "17387";
-    sha256 = "1a62n326xsbb8r8y610d4k698n3la22rnhlxa56c2zki2q5697h3";
+    rev = "17402";
+    sha256 = "1g151h6hdiwpvpip1r2rhbma8j13xghcyxddh0ppg9h548wwwack";
   }
 , ...
 }: