* nongnu/packages/linux.scm (linux-5.17): New variable.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
John Kehayias 2022-03-27 21:05:23 -04:00 committed by Jonathan Brielmaier
parent c664de6a55
commit da4c5270a5
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -9,6 +9,7 @@
;;; Copyright © 2021 Risto Stevcev <me@risto.codes> ;;; Copyright © 2021 Risto Stevcev <me@risto.codes>
;;; Copyright © 2021 aerique <aerique@xs4all.nl> ;;; Copyright © 2021 aerique <aerique@xs4all.nl>
;;; Copyright © 2022 Josselin Poiret <dev@jpoiret.xyz> ;;; 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 ;;; 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 ;;; 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 "The unmodified Linux kernel, including nonfree blobs, for running Guix
System on hardware which requires nonfree software to function."))) 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 (define-public linux-5.16
(corrupt-linux linux-libre-5.16 "5.16.16" (corrupt-linux linux-libre-5.16 "5.16.16"
"13qk6cjnjwgnxj25mphyv08pjf1sqz7bxxrr3fpl8gz3aghdd9yc")) "13qk6cjnjwgnxj25mphyv08pjf1sqz7bxxrr3fpl8gz3aghdd9yc"))