mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: linux-firmware: Update to 20220913.
* nongnu/packages/linux.scm (linux-firmware): Update to 20220913.
This commit is contained in:
parent
03ac69a85a
commit
12024f8855
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ System on hardware which requires nonfree software to function.")))
|
|||
(define-public linux-firmware
|
||||
(package
|
||||
(name "linux-firmware")
|
||||
(version "20220509")
|
||||
(version "20220913")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://git.kernel.org/pub/scm/linux/kernel"
|
||||
|
@ -126,7 +126,7 @@ System on hardware which requires nonfree software to function.")))
|
|||
"linux-firmware-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09461dcfxvzzsl768myywb64jivnxyx3m4apbygq4501l8h8ybig"))))
|
||||
"05s6b00n56kgin9b031799a6kxlccmq0d1m213cs5wb34yylip4w"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue