diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-12-22 17:18:23 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-25 10:10:36 +0000 |
| commit | eacf3bc80362fa31e09c375bb2aab32d5353b988 (patch) | |
| tree | a5115be31c5bf14656a2b6768b6513897582e758 | |
| parent | linux-rt_5_10: 5.10.83-rt58 -> 5.10.87-rt59 (diff) | |
| download | nixpkgs-eacf3bc80362fa31e09c375bb2aab32d5353b988.tar.gz | |
linux_latest-libre: 18484 -> 18517
(cherry picked from commit 387250dce577597ea0517bb5d838a439df5bcc3a)
| -rw-r--r-- | pkgs/os-specific/linux/kernel/linux-libre.nix | 4 |
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 f3f56f67d01b..4d078e45fe23 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 = "18484"; - sha256 = "0wyxpfzkpjwxsp4pqfjrpdr9vqgszsa31g1a5f9r7d1rkkw94f3s"; + rev = "18517"; + sha256 = "1i4gppn3lyi3aqzscrdhm2dsvfa84xqhymcc468sakn9in3g85gg"; } , ... }: |
