summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurii Matsiuk <ymatsiuk@users.noreply.github.com>2021-06-07 20:11:46 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-06-08 18:26:33 +0000
commit8d8739976a9abdd2b7b11a40c689f501064842c9 (patch)
treec5b9c3ecfc486b10acd2f5ee72901c65b57b0808
parentlinux-rt_5_4: 5.4.115-rt57 -> 5.4.123-rt59 (diff)
downloadnixpkgs-8d8739976a9abdd2b7b11a40c689f501064842c9.tar.gz
linux_latest-libre: 18096 -> 18115
(cherry picked from commit b599c482957ff3991ee45474f02c3b617df87ece)
-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 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";
}
, ...
}: