diff options
| author | Simen Endsjø <simendsjo@gmail.com> | 2023-02-01 19:25:24 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2023-02-01 20:28:09 +0100 |
| commit | 65e37da0d1641436fffb34b36b609095643310f2 (patch) | |
| tree | 83e1466379aca5777325bf00345c0e4cd1c1fbd9 | |
| parent | c694cf9211db3cc8673f0e73708d53b75d26518b (diff) | |
nongnu: linux-firmware: Update to 20230117.
* nongnu/packages/linux.scm (linux-firmware): Update to 20230117.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| -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 7416c8d..9f7b788 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -95,7 +95,7 @@ System on hardware which requires nonfree software to function."))) | |||
| 95 | (define-public linux-firmware | 95 | (define-public linux-firmware |
| 96 | (package | 96 | (package |
| 97 | (name "linux-firmware") | 97 | (name "linux-firmware") |
| 98 | (version "20221214") | 98 | (version "20230117") |
| 99 | (source (origin | 99 | (source (origin |
| 100 | (method url-fetch) | 100 | (method url-fetch) |
| 101 | (uri (string-append "https://git.kernel.org/pub/scm/linux/kernel" | 101 | (uri (string-append "https://git.kernel.org/pub/scm/linux/kernel" |
| @@ -103,7 +103,7 @@ System on hardware which requires nonfree software to function."))) | |||
| 103 | "linux-firmware-" version ".tar.gz")) | 103 | "linux-firmware-" version ".tar.gz")) |
| 104 | (sha256 | 104 | (sha256 |
| 105 | (base32 | 105 | (base32 |
| 106 | "1f93aq0a35niv8qv8wyy033palpplbgr2cq0vihb97wxfkk5wmr2")))) | 106 | "1a222nxgxa2s7gkir934317nbv0ki2463x7x7qx0h1fvzv4n40xm")))) |
| 107 | (build-system gnu-build-system) | 107 | (build-system gnu-build-system) |
| 108 | (arguments | 108 | (arguments |
| 109 | `(#:tests? #f | 109 | `(#:tests? #f |
