diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:21:28 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-23 02:21:28 -0400 |
commit | 98dfe06e3e2030e136f9c820b00851ddcc57eb68 (patch) | |
tree | fe50fa186c862b1fe5ce1ef2df64ab72b6ab01a5 /gnu/packages/linux.scm | |
parent | bb2efc03849f2b89e9bfd85164a1c13df883143f (diff) | |
download | patches-98dfe06e3e2030e136f9c820b00851ddcc57eb68.tar patches-98dfe06e3e2030e136f9c820b00851ddcc57eb68.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.66.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.66.
(%linux-libre-4.14-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 0c50340447..95643400d8 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.65") -(define %linux-libre-4.14-hash "0sdv2c0ix2mdc5h10d56bwi77hpb4gibmrsl1ydyb95hgg37k6h0") +(define %linux-libre-4.14-version "4.14.66") +(define %linux-libre-4.14-hash "1sf18m6xjyg535yviz3yjbislf57s180y67z7mzbcl5pq9352bg9") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |