summaryrefslogtreecommitdiff
path: root/nongnu/packages/linux.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-03-27 21:05:23 -0400
committerJonathan Brielmaier <jonathan.brielmaier@web.de>2022-03-28 12:13:26 +0200
commitda4c5270a5de547a5dd64fd75d73a1431172b58e (patch)
tree6d8103e6d7c3dea27cac1b05810498d21464acfc /nongnu/packages/linux.scm
parentc664de6a55ce72d227673848b06fb91b053a6395 (diff)
nongnu: Add linux@5.17.
* nongnu/packages/linux.scm (linux-5.17): New variable. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Diffstat (limited to 'nongnu/packages/linux.scm')
-rw-r--r--nongnu/packages/linux.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index 1056d79..17fc42d 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2021 Risto Stevcev <me@risto.codes>
;;; Copyright © 2021 aerique <aerique@xs4all.nl>
;;; Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz>
+;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
;;;
;;; This program is free software: you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
@@ -61,6 +62,10 @@
"The unmodified Linux kernel, including nonfree blobs, for running Guix
System on hardware which requires nonfree software to function.")))
+(define-public linux-5.17
+ (corrupt-linux linux-libre-5.17 "5.17"
+ "1cdi43x4c3l4chznh57gm55szycj4wjlxl1dss1ilnfvvmhyypsm"))
+
(define-public linux-5.16
(corrupt-linux linux-libre-5.16 "5.16.16"
"13qk6cjnjwgnxj25mphyv08pjf1sqz7bxxrr3fpl8gz3aghdd9yc"))