about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-libre.nix
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2022-06-10 14:18:50 -0400
committerAndrew Marshall <andrew@johnandrewmarshall.com>2022-06-10 14:18:50 -0400
commit87e0009cd59f73d2f00c481a255b81d80a20e082 (patch)
treeab4d12bbf9004b537a16d6234d4d4ca9f8da12b9 /pkgs/os-specific/linux/kernel/linux-libre.nix
parente457a67642a0460f13b7b64749361d444a0e2d2d (diff)
linux_latest-libre: 18738 -> 18777
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 971847a895ac8..159584f607ff5 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 = "18738";
-    sha256 = "024iw4352h8b1kbbimqgid95h868swiw45wn91sjkpmwr612v6kd";
+    rev = "18777";
+    sha256 = "0ycg799pdi3rarkdgrrxcfjl15n8i24d9zc54xhg79wpgxcv39n3";
   }
 , ...
 }: