mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 18:35:19 +01:00
nongnu: linux-firmware: Update to 20200316.
* nongnu/packages/linux.scm (linux-firmware): Update to 20200316.
This commit is contained in:
parent
55e5a2ac2f
commit
dfc0e0e28e
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ 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 "20200122")
|
(version "20200316")
|
||||||
(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"
|
||||||
|
@ -86,7 +86,7 @@ on hardware which requires nonfree software to function.")))
|
||||||
"linux-firmware-" version ".tar.gz"))
|
"linux-firmware-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15nkz8hp17gyxx365aq048nmcvyzhi18avqbywhglrbwvi9b5hgs"))))
|
"04xcfmy0ah5c6xgcx9s3vzb4q3g11y0lairz8kw6yb00w14sshml"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
|
Loading…
Reference in a new issue