diff options
author | David Wilson <david@daviwil.com> | 2025-07-16 07:04:35 +0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-16 00:12:23 -0400 |
commit | 841777ffcac40ad0a5a9e0451c05079a9cbcf139 (patch) | |
tree | 4ab0e7fe997518b450c382cbf6a24b57b7ad3c76 /nongnu | |
parent | b8c13cd2c8e3fec32facdf64c57e74e1461398a7 (diff) |
nongnu: linux-firmware: Update to 20250708.
* nongnu/packages/linux.scm (linux-firmware): Update to 20250708.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu')
-rw-r--r-- | nongnu/packages/linux.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 4ae4728..3bc0663 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -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 |