diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-30 17:32:02 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-30 17:32:02 -0400 |
commit | e67512df40d223ed4b8a584ff94f60ca4be140ae (patch) | |
tree | 625d202c89a9eeba7bfade102cc50b4674c74710 /gnu/packages/linux.scm | |
parent | 619d7bffa0b7a01cfcd2fe91db635f76a53e3af1 (diff) |
gnu: linux-libre@4.4: Update to 4.4.125.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.125.
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 d0db948133..d1d523fff0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -408,8 +408,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.124" - "1368x0wki8zhk0hwz36hrkp2lr2kbm9i0fwzws201h3y85mldgh4" + (make-linux-libre "4.4.125" + "0xjw1ahfvi2b4m29id6sd3qh60rghkcf34nsydvrvnl4r6blblkv" %intel-compatible-systems #:configuration-file kernel-config)) |