diff options
| author | Yurii Matsiuk <ymatsiuk@users.noreply.github.com> | 2021-06-07 20:11:46 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-08 18:26:33 +0000 |
| commit | 8d8739976a9abdd2b7b11a40c689f501064842c9 (patch) | |
| tree | c5b9c3ecfc486b10acd2f5ee72901c65b57b0808 | |
| parent | linux-rt_5_4: 5.4.115-rt57 -> 5.4.123-rt59 (diff) | |
| download | nixpkgs-8d8739976a9abdd2b7b11a40c689f501064842c9.tar.gz | |
linux_latest-libre: 18096 -> 18115
(cherry picked from commit b599c482957ff3991ee45474f02c3b617df87ece)
| -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 6d1c73397200..2001b350eccc 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 = "18096"; - sha256 = "08m7afj0h9bcgg8rx8ksp85hmaqjl4k4p4q4zy6x51788xn4mycg"; + rev = "18115"; + sha256 = "00wsxlhz7lc4qk7jcgshb05hvv3mm4m8r3zalc9wvp4r1r6xbbjp"; } , ... }: |
