diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2017-08-13 18:52:53 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2017-08-13 18:52:53 +0300 |
| commit | 1eebb1eba1004c8a84ea870a2c7922048fb6e7fe (patch) | |
| tree | 729e5f3768cece2fa1138a78d54f614ebf8bbb02 | |
| parent | Update README.org (diff) | |
| download | guix-linux-nonfree-1eebb1eba1004c8a84ea870a2c7922048fb6e7fe.tar.gz | |
linux-nonfree: Update to 4.12.6.
* linux-nonfree.scm: Update to 4.12.6.
| -rw-r--r-- | linux-nonfree.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-nonfree.scm b/linux-nonfree.scm index 97a0158..eaa750a 100644 --- a/linux-nonfree.scm +++ b/linux-nonfree.scm @@ -91,7 +91,7 @@ "linux-" version ".tar.xz"))) (define-public linux-nonfree - (let* ((version "4.10.10")) + (let* ((version "4.12.6")) (package (inherit linux-libre) (name "linux-nonfree") @@ -101,7 +101,7 @@ (uri (linux-nonfree-urls version)) (sha256 (base32 - "0hbzbzykay1yyrqz06lx9rwhf1xzzjs21i561gi4fjkm1bazv8l4")))) + "0ywkzqjl9rq672nwn74cw2d871hpzxkrlyx40lkkp4z1y440ijh1")))) (synopsis "Mainline Linux kernel, nonfree binary blobs included.") (description "Linux is a kernel.") (license gpl2) |
