diff options
| author | TredwellGit <tredwell@tutanota.com> | 2021-08-18 18:46:49 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-20 12:12:15 +0000 |
| commit | 68a87a1d8edb3b0157e45179ecc5fc279aae5e2b (patch) | |
| tree | 82f69b9e1bcae0cfeef27bd504b2366a6ba872d7 | |
| parent | linux-rt_5_10: 5.10.56-rt48 -> 5.10.56-rt49 (diff) | |
| download | nixpkgs-68a87a1d8edb3b0157e45179ecc5fc279aae5e2b.tar.gz | |
linux_latest-libre: 18210 -> 18239
(cherry picked from commit 4512ae304413d1fd26f329bd1c8b9dcd208d32b2)
| -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 854218f74d83..0e123e894184 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 = "18210"; - sha256 = "1vp3d44ha68hhhk13g86j9lk0isfwqfkk1rbm0gihzjjzvpkxbab"; + rev = "18239"; + sha256 = "1nzxkc53jmsyaxnl5q9hmgrfd3c8sn2y0pcv7ng042bnvr8hhh82"; } , ... }: |
