mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-25 18:08:09 +01:00
nongnu: linux-firmware: Update to 20191215.
* nongnu/packages/linux.scm (linux-firmware): Update to 20191215.
This commit is contained in:
parent
190672bed0
commit
a07495dab8
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,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 "20191022")
|
(version "20191215")
|
||||||
(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"
|
||||||
|
@ -82,7 +82,7 @@ on hardware which requires nonfree software to function.")))
|
||||||
"linux-firmware-" version ".tar.gz"))
|
"linux-firmware-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pb32ldi0qw5hsxkng4bs1xfcadrgl8js93zl4g1rngl8bsvfgyw"))))
|
"024napabn3zwl8gr50w9cp4gdxhch8pkl2qx814c93ydkfj81znd"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue