diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-26 21:31:46 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-26 21:31:46 -0500 |
commit | cd2bcc9bdaa3ef00af13eaf63a1144a6a9ff0990 (patch) | |
tree | 307a83c6de0f5ea1fc5599cc937ec57431b32a95 /gnu | |
parent | 5de50beda350a5de70ec8e86ce45c475f88dbd1c (diff) | |
download | patches-cd2bcc9bdaa3ef00af13eaf63a1144a6a9ff0990.tar patches-cd2bcc9bdaa3ef00af13eaf63a1144a6a9ff0990.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.22.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.22.
(%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 70c86d8441..4eb2f98621 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,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.21") -(define %linux-libre-4.14-hash "07d27mph514jxxkzil4b3c848ywfd4r4js0wl5wsfy7a3j757278") +(define %linux-libre-4.14-version "4.14.22") +(define %linux-libre-4.14-hash "1lhswcvgl077kzsln3nxmrdbnlc3b8mphjjmkqz0f2663wa6rhcv") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |