mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 09:58:09 +01:00
nongnu: linux-firmware: Update to 20221109.
* nongnu/packages/linux.scm (linux-firmware): Update to 20221109. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
2b7c19a0ab
commit
d8af1fe420
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,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 "20221012")
|
(version "20221109")
|
||||||
(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"
|
||||||
|
@ -127,7 +127,7 @@ System on hardware which requires nonfree software to function.")))
|
||||||
"linux-firmware-" version ".tar.gz"))
|
"linux-firmware-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0akk38qfkznanpj80jidz4cx8cvs580llb46xd7q1haljykipjys"))))
|
"16yv7snsy5zvcwwzy0sr0lx3nf74qhi3nammdsx8c28rdm19jcn2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue