diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-26 00:36:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-26 00:36:42 -0400 |
commit | fabe2c73548e88004b01f5218d1110141a2114d5 (patch) | |
tree | 62e3435bf3c6caf588255dbce38230e32ac63d62 /gnu | |
parent | 8d55adfa6771551f9b46d93f499177679bc3660c (diff) | |
download | patches-fabe2c73548e88004b01f5218d1110141a2114d5.tar patches-fabe2c73548e88004b01f5218d1110141a2114d5.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.67.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.67.
(%linux-libre-4.14-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 fe50482add..b29ac23f6a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -435,8 +435,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.18-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.66") -(define %linux-libre-4.14-hash "1sf18m6xjyg535yviz3yjbislf57s180y67z7mzbcl5pq9352bg9") +(define %linux-libre-4.14-version "4.14.67") +(define %linux-libre-4.14-hash "050zvdxjy6sc64q75pr1gxsmh49chwav2pwxz8xlif39bvahnrpg") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |