diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-26 00:38:41 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-26 00:38:41 -0400 |
commit | cfb15a51631b7e7a4cf84b7aac452dd24dc8023e (patch) | |
tree | 3f86da1f65027770919248f81741732119e45391 | |
parent | fabe2c73548e88004b01f5218d1110141a2114d5 (diff) | |
download | patches-cfb15a51631b7e7a4cf84b7aac452dd24dc8023e.tar patches-cfb15a51631b7e7a4cf84b7aac452dd24dc8023e.tar.gz |
gnu: linux-libre: Update to 4.18.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.5.
(%linux-libre-hash): Update hash.
-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 b29ac23f6a..9ef695c4b2 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.4") -(define %linux-libre-hash "1q3bndhwxwcrlyi0qcgxjsp5fl92wkfgk4y41qwrrywfv9xj3sl7") +(define %linux-libre-version "4.18.5") +(define %linux-libre-hash "1y52ns34vh9p4pfj08xsycv8p0xywm6dbpdi0wwpkll1xgpqikvf") (define %linux-libre-4.18-patches (list %boot-logo-patch |