diff options
Diffstat (limited to 'nongnu/packages/linux.scm')
-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 |