diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-07 21:05:14 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-07 21:05:14 -0400 |
commit | 090e3768e8a3157d440f6fdf513b4bf058328b0f (patch) | |
tree | 386601c8356f84de1189447c18b83fbd30f5d9d4 /gnu | |
parent | 4be8fdd3ccb5d41438812d6781379457800345bd (diff) | |
download | patches-090e3768e8a3157d440f6fdf513b4bf058328b0f.tar patches-090e3768e8a3157d440f6fdf513b4bf058328b0f.tar.gz |
gnu: linux-libre: Update to 4.18.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.6.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2b02870a73..7d5b3aed86 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -405,8 +405,8 @@ It has been modified to remove all non-free binary blobs.") ;; supports qemu "virt" machine and possibly a large number of ARM boards. ;; See : https://wiki.debian.org/DebianKernel/ARMMP. -(define %linux-libre-version "4.18.5") -(define %linux-libre-hash "1y52ns34vh9p4pfj08xsycv8p0xywm6dbpdi0wwpkll1xgpqikvf") +(define %linux-libre-version "4.18.6") +(define %linux-libre-hash "1l5caid77vbfb54zrfxkk7qj7lrf9ck9kpn96kr45spkwl51wm8m") (define %linux-libre-4.18-patches (list %boot-logo-patch |