diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2025-11-14 09:25:12 +0100 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2025-11-14 09:25:12 +0100 |
| commit | 0f68c1684169cbef8824fb246dfefa3e6832225b (patch) | |
| tree | 23bab7a75d16e94e58be22e7ecb43ef620c00115 | |
| parent | 6c0e4890839cdb0462528dc1a62639bda0136126 (diff) | |
* nongnu/packages/linux.scm (linux-firmware): Update to 20251111.
| -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 31adcf2..cbb53a8 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -364,14 +364,14 @@ stable, responsive and smooth desktop experience."))) (define-public linux-firmware (package (name "linux-firmware") - (version "20251021") + (version "20251111") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/firmware/" "linux-firmware-" version ".tar.xz")) (sha256 (base32 - "1kz6azbgwkb2x70a83ds0d7cxnnjz3b7virq55h6hyfdisc30qgs")))) + "0zd470s33cjl2r4zyvjlxb5qsa2j49g36dachys0n2cmcm9a2mxb")))) (build-system gnu-build-system) (arguments (list #:tests? #f |
