mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: linux-firmware: Update to 20230117.
* nongnu/packages/linux.scm (linux-firmware): Update to 20230117. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
c694cf9211
commit
65e37da0d1
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ System on hardware which requires nonfree software to function.")))
|
||||||
(define-public linux-firmware
|
(define-public linux-firmware
|
||||||
(package
|
(package
|
||||||
(name "linux-firmware")
|
(name "linux-firmware")
|
||||||
(version "20221214")
|
(version "20230117")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://git.kernel.org/pub/scm/linux/kernel"
|
(uri (string-append "https://git.kernel.org/pub/scm/linux/kernel"
|
||||||
|
@ -103,7 +103,7 @@ System on hardware which requires nonfree software to function.")))
|
||||||
"linux-firmware-" version ".tar.gz"))
|
"linux-firmware-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f93aq0a35niv8qv8wyy033palpplbgr2cq0vihb97wxfkk5wmr2"))))
|
"1a222nxgxa2s7gkir934317nbv0ki2463x7x7qx0h1fvzv4n40xm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue