diff options
| author | Jelle Licht <jlicht@fsfe.org> | 2026-03-13 10:32:07 +0100 |
|---|---|---|
| committer | Jelle Licht <jlicht@fsfe.org> | 2026-03-13 10:32:07 +0100 |
| commit | 7d14e819fc7b2681240023b9e4c001fc3f5cba04 (patch) | |
| tree | 7a1adb1a44a3e25bcb2368b59c78cd2e2b811340 /nongnu/packages | |
| parent | e23700be901eceb5f3c88840dc342690f3606564 (diff) | |
* nongnu/packages/linux.scm (linux-firmware): Update to 20260309.
Diffstat (limited to 'nongnu/packages')
| -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 b515696..1547736 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -359,14 +359,14 @@ stable, responsive and smooth desktop experience."))) (define-public linux-firmware (package (name "linux-firmware") - (version "20260221") + (version "20260309") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/firmware/" "linux-firmware-" version ".tar.xz")) (sha256 (base32 - "153d0mi7k4cy3n617asvfggpiqz6gyc7zxixkph4h9d0q72aq6dx")))) + "0v590y795adw9yipnvhj0sgf9j99phdac01bdfydb2mmcbswck67")))) (build-system gnu-build-system) (arguments (list #:tests? #f |
