summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTredwellGit <tredwell@tutanota.com>2022-02-03 11:38:28 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-04 13:57:02 +0000
commit2e9a6972fadb71276846690894ebcffaa4f9cda1 (patch)
tree6aa335590e510735e0f47282aa201482a49fdef7
parentlinux: 5.4.175 -> 5.4.176 (diff)
downloadnixpkgs-2e9a6972fadb71276846690894ebcffaa4f9cda1.tar.gz
linux_latest-libre: 18517 -> 18587
(cherry picked from commit 35f965fc61fb4188855c6e3f2aecbde8047858e1)
-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 4d078e45fe23..b647f6c4e156 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 = "18517";
- sha256 = "1i4gppn3lyi3aqzscrdhm2dsvfa84xqhymcc468sakn9in3g85gg";
+ rev = "18587";
+ sha256 = "01h3mvj36b3wnkjm932ya5prsyfw7fszifdb9bvqwrd2ggawxng9";
}
, ...
}: