summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-06-29 18:03:29 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-06-29 22:09:19 +0300
commit1fb140bf2fbd7634b7133a9e9a758c6d0e60dd61 (patch)
treed3206cd1eb54c0cff12fc810456891b364acba87
parentlinux-nonfree: Update to 4.14.88. (diff)
downloadguix-linux-nonfree-wip-5.tar.gz
gnu: firmware-non-free: Update to 0731d0.wip-5
* linux-nonfree.scm (firmware-non-free): Update to 0731d0.
-rw-r--r--linux-nonfree.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/linux-nonfree.scm b/linux-nonfree.scm
index 74dfc74..65b9dda 100644
--- a/linux-nonfree.scm
+++ b/linux-nonfree.scm
@@ -47,7 +47,7 @@
(define-public firmware-non-free
(package
(name "firmware-non-free")
- (version "813fa1fc6fba6638decd974c4a6a2e485069ea15")
+ (version "0731d06eadc7d9c52e58f354727101813b8da6ea")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -55,7 +55,7 @@
(commit version)))
(sha256
(base32
- "0zspisbrvplgz1plk4ya22h7ilnsk60srk4q38h6n5d18fpn7rdw"))))
+ "1ncn36b4gf23ljgf3pa2vh62h1iqa75fsjyhmqpcz7jln6i049pa"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@@ -87,11 +87,11 @@
(define (linux-nonfree-urls version)
"Return a list of URLs for Linux-Nonfree VERSION."
(list (string-append
- "https://www.kernel.org/pub/linux/kernel/v4.x/"
+ "https://www.kernel.org/pub/linux/kernel/v5.x/"
"linux-" version ".tar.xz")))
(define-public linux-nonfree
- (let ((version "4.14.88"))
+ (let ((version "5.1.15"))
(package
(inherit linux-libre)
(name "linux-nonfree")
@@ -101,7 +101,7 @@
(uri (linux-nonfree-urls version))
(sha256
(base32
- "0bgm4vr1c4s4k8gyw8i92lxj82nl67jh55q0yg5bdsh8cz3viw5h"))))
+ "168kvin7s7f1rxfy187bw4dfzhm1dr2ypfs4gkrskkl04rq2i8g8"))))
(synopsis "Mainline Linux kernel, nonfree binary blobs included.")
(description "Linux is a kernel.")
(license gpl2)