diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:13:18 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-11 20:13:18 -0400 |
commit | 152030ffdf548527d32458c5f3fbc98700aa7e69 (patch) | |
tree | 26f4ab7901d4c73b5796b2e03258d7be1736927c /gnu | |
parent | 22e40d0911f8be1f6df3f0d90343997cf22a8388 (diff) | |
download | patches-152030ffdf548527d32458c5f3fbc98700aa7e69.tar patches-152030ffdf548527d32458c5f3fbc98700aa7e69.tar.gz |
gnu: linux-libre: Update to 5.1.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.1.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-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 d2216e927b..ddc31a9e89 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -426,8 +426,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.1") -(define %linux-libre-hash "153vd48k98pm8556hfnvs9za77n91gwv0dvv5hnzzhwl9l6jxbcl") +(define %linux-libre-version "5.1.1") +(define %linux-libre-hash "1pcx9nilvx4rklaiy0vpfvk5rp5i54arfysybgrlasjmghva2nf8") (define %linux-libre-5.1-patches (list %boot-logo-patch |