summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-libre.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2021-04-12 14:26:56 -0400
committerTim Steinbach <NeQuissimus@users.noreply.github.com>2021-04-13 12:46:15 -0400
commit5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2 (patch)
tree9afe4f411f920571c629322493012041fc330405 /pkgs/os-specific/linux/kernel/linux-libre.nix
parentc0a97559884b4454671e2c85224c271560317af3 (diff)
downloadnixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.tar
nixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.tar.gz
nixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.tar.bz2
nixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.tar.lz
nixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.tar.xz
nixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.tar.zst
nixpkgs-5a28ce648083e228fb6a7e8bdaf17c24c51ea2e2.zip
linux_latest-libre: 17920 -> 17990
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-libre.nix')
-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 08898bb0a22..6e264a3ec63 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 = "17920";
-    sha256 = "0qmhabh4922lpiimrh9smi1q0w8giw3qqxpyzzy2bmr2037011k0";
+    rev = "17990";
+    sha256 = "1hras4018lgvql1zxw26fzcvk0w1xh6pyh3kmhxxh23k61zl83zk";
   }
 , ...
 }: