diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:22:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:22:57 -0400 |
commit | 12dc04d0b4cbd6df3793206f63cc41382017ca0c (patch) | |
tree | 592c4829f49fdae7142479af649578baa25c9936 /gnu/packages/linux.scm | |
parent | 98dfe06e3e2030e136f9c820b00851ddcc57eb68 (diff) | |
download | patches-12dc04d0b4cbd6df3793206f63cc41382017ca0c.tar patches-12dc04d0b4cbd6df3793206f63cc41382017ca0c.tar.gz |
gnu: linux-libre: Update to 4.18.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.4.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 95643400d8..9b9cf01560 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -404,8 +404,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.3") -(define %linux-libre-hash "0z7nnkmk5d2npilviqxa0m6nn30f5arhviysby78kkb3j2isx9jx") +(define %linux-libre-version "4.18.4") +(define %linux-libre-hash "1q3bndhwxwcrlyi0qcgxjsp5fl92wkfgk4y41qwrrywfv9xj3sl7") (define %linux-libre-4.18-patches (list %boot-logo-patch |