mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: linux-firmware: Update to 20210208.
* nongnu/packages/linux.scm (linux-firmware): Update to 20210208.
This commit is contained in:
parent
9e2686872f
commit
1b7fb45b43
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ System on hardware which requires nonfree software to function.")))
|
|||
(define-public linux-firmware
|
||||
(package
|
||||
(name "linux-firmware")
|
||||
(version "20201218")
|
||||
(version "20210208")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://git.kernel.org/pub/scm/linux/kernel"
|
||||
|
@ -92,7 +92,7 @@ System on hardware which requires nonfree software to function.")))
|
|||
"linux-firmware-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hjinnj29h2vr44sxxmgankdlhsxpv5rjgk3xwb9l7hjcfwv6rcr"))))
|
||||
"0w27m4gx7gx67pmfb5n4bwv3w2cf3mj8si5bjyyabyxm4s1l9l65"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue