summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-12-16 13:55:50 +0000
committerAlyssa Ross <hi@alyssa.is>2019-12-16 16:30:22 +0000
commit987a59e295e6803dc282a125757e9be6afe723c0 (patch)
tree98bfc28f3dc00feb3c7772fd9903c0492dfc88bc /pkgs/os-specific/linux/kernel
parent2d3e4088db37dbeb8f239afb643f02668cfd2975 (diff)
downloadnixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.tar
nixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.tar.gz
nixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.tar.bz2
nixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.tar.lz
nixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.tar.xz
nixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.tar.zst
nixpkgs-987a59e295e6803dc282a125757e9be6afe723c0.zip
linux-libre_latest: 16794 -> 17112
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 1f35e0209e4..fb5244e28ea 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 = "16794";
-    sha256 = "1lpaka4hs7yrpnrzfybd6radjylwvw2p4aly68pypykqs2srvm7j";
+    rev = "17112";
+    sha256 = "049vmi9q1vrcrq9p1zxj6bhhpkgy8fsyh955b54z3xlw7czng1s1";
   }
 , ...
 }: