diff options
author | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:44:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-07-26 04:44:40 -0400 |
commit | 54465c4dbc3fcb29a9bf9602a23aa5c63f6166a5 (patch) | |
tree | 003f5b89d7cdd8062b0c9351598f81f9e0c9bb04 | |
parent | 4bc1528aa5e280d52ca800a233f57ffd974513b2 (diff) |
gnu: linux-libre@4.14: Update to 4.14.58.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.58.
(%linux-libre-4.14-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 01a4ea6734..804172606f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.57") -(define %linux-libre-4.14-hash "1qp8g87ss4a3iz6k3k4mkllibvdrixh6ys4a9l7jidp2wmkxj3kc") +(define %linux-libre-4.14-version "4.14.58") +(define %linux-libre-4.14-hash "1ny2b5zmgvbxglpy88aicdxix2ygr1qmar2rgaa336czfjninwr5") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |