diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-21 14:59:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-21 14:59:30 -0400 |
commit | f7618bf18e00f6ece8e886f2fc6328314d1ed544 (patch) | |
tree | 8459baf53eea7b09d51427a5bb6f1f57a64e23ee /gnu/packages/linux.scm | |
parent | 668834cae0f6b761d88533c91475d9184a8ab4ad (diff) |
gnu: linux-libre: Update to 4.18.16.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.16.
(%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 61560b7a1b..bc53a88bfc 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.15") -(define %linux-libre-hash "0v6xs85qn1iy2dj3m6s3cfnhbwb1mjy21d9lagjni8dg3jic26hf") +(define %linux-libre-version "4.18.16") +(define %linux-libre-hash "15apfgswp2lrwjpi3vwnanlkdw3q6rkvwrbgrb71rjsy9gazlz62") (define %linux-libre-4.18-patches (list %boot-logo-patch |