From ca4a0335a8d743622467d83921c4fc2126442c7d Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 13 Sep 2017 22:45:37 +0300 Subject: linux-nonfree: Replace version to LINUX-LIBRE version. * linux-nonfree.scm (linux-nonfree): Replace version to LINUX-LIBRE version. --- linux-nonfree.scm | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/linux-nonfree.scm b/linux-nonfree.scm index eaa750a..363eb16 100644 --- a/linux-nonfree.scm +++ b/linux-nonfree.scm @@ -91,21 +91,20 @@ "linux-" version ".tar.xz"))) (define-public linux-nonfree - (let* ((version "4.12.6")) - (package - (inherit linux-libre) - (name "linux-nonfree") - (version version) - (source (origin - (method url-fetch) - (uri (linux-nonfree-urls version)) - (sha256 - (base32 - "0ywkzqjl9rq672nwn74cw2d871hpzxkrlyx40lkkp4z1y440ijh1")))) - (synopsis "Mainline Linux kernel, nonfree binary blobs included.") - (description "Linux is a kernel.") - (license gpl2) - (home-page "http://kernel.org/")))) + (package + (inherit linux-libre) + (name "linux-nonfree") + (version (package-version linux-libre)) + (source (origin + (method url-fetch) + (uri (linux-nonfree-urls version)) + (sha256 + (base32 + "1kp1lsf4314af7crpqkd2x1zx407a97r7rz3zhhskbilvsifgkny")))) + (synopsis "Mainline Linux kernel, nonfree binary blobs included.") + (description "Linux is a kernel.") + (license gpl2) + (home-page "http://kernel.org/"))) (define-public perf-nonfree (package -- cgit v1.2.3