summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-07-27 08:13:10 -0400
committerTim Steinbach <tim@nequissimus.com>2020-07-27 08:54:52 -0400
commitc88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83 (patch)
tree51bd0560bc846591d928049d5a5da051ea8dc2a5 /pkgs/os-specific/linux/kernel
parent10008eb1311ef2c1225aaf7ad6183c7db194464b (diff)
downloadnixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.tar
nixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.tar.gz
nixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.tar.bz2
nixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.tar.lz
nixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.tar.xz
nixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.tar.zst
nixpkgs-c88d0fd7a8a1c99a91daeecbc88ea2ce024dfa83.zip
linux_latest-libre: 17570 -> 17583
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 4f84d0092a8..9fd107661c0 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 = "17570";
-    sha256 = "1qh1krxd8i6j18apnn6k104kw35h2yph8cb0igvnj6ymxdh1k3qs";
+    rev = "17583";
+    sha256 = "0d65in4ggnqyc0s2qry883y6pjkakd2h7rdaai1763jsq6inm3ha";
   }
 , ...
 }: