diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-15 15:14:11 +0900 |
---|---|---|
committer | Jelle Licht <jlicht@fsfe.org> | 2025-03-17 14:01:33 +0100 |
commit | e033a272d8b6027c3ba219f333c7cb9321512e56 (patch) | |
tree | cd952b581ca2730111a5166c029260331ff5355d /nongnu | |
parent | 618d707260ae0540ce6d98fd2598ea12173d48cb (diff) |
nongnu: linux-firmware: Update to 20250311.
* nongnu/packages/linux.scm (linux-firmware): Update to 20250311.
Signed-off-by: Jelle Licht <jlicht@fsfe.org>
Diffstat (limited to 'nongnu')
-rw-r--r-- | nongnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index c4df52a..ea61708 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -318,14 +318,14 @@ stable, responsive and smooth desktop experience."))) (define-public linux-firmware (package (name "linux-firmware") - (version "20250211") + (version "20250311") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/firmware/" "linux-firmware-" version ".tar.xz")) (sha256 (base32 - "0z998nxplnc22nbj3yzdyjjs433p92rzvq2x5i9rv0xzjxc39q9d")))) + "07alqgajsm95jn0drw77nkf36fficba4rzfwc7v4dslsy4v3l25i")))) (build-system gnu-build-system) (arguments (list #:tests? #f |