mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: linux-firmware: Update to 20250708.
* nongnu/packages/linux.scm (linux-firmware): Update to 20250708. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
b8c13cd2c8
commit
841777ffca
1 changed files with 3 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
|||
;;; Copyright © 2023 Tomas Volf <~@wolfsden.cz>
|
||||
;;; Copyright © 2023 PRESFIL <presfil@protonmail.com>
|
||||
;;; Copyright © 2024, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2025 David Wilson <david@systemcrafters.net>
|
||||
|
||||
(define-module (nongnu packages linux)
|
||||
#:use-module (gnu packages)
|
||||
|
@ -355,14 +356,14 @@ stable, responsive and smooth desktop experience.")))
|
|||
(define-public linux-firmware
|
||||
(package
|
||||
(name "linux-firmware")
|
||||
(version "20250627")
|
||||
(version "20250708")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/kernel/firmware/"
|
||||
"linux-firmware-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"12bb5alicd7vxv490n2akaqyndfi7kp2z02qjnzpldiqlp9b3vzd"))))
|
||||
"0ir0qxj0xlbfg50kca0ddvjwzf6d9jd8hxfnnbwh3hh0yvkzwgkg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue