diff options
| author | Simen Endsjø <simendsjo@gmail.com> | 2022-12-27 19:49:40 +0100 |
|---|---|---|
| committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2022-12-28 14:23:47 +0100 |
| commit | f0d95ff8cb497980168317bd38c94ea6114f2207 (patch) | |
| tree | 5220f641f50e584441b10a878b6a3ef02cb5c430 | |
| parent | 89dd9ecb32faeea77758e80ed20b6c58ac066308 (diff) | |
nongnu: linux-firmware: Update to 20221214.
* nongnu/packages/linux.scm (linux-firmware): Update to 20221214.
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 8847fd2..b75abb4 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -113,7 +113,7 @@ System on hardware which requires nonfree software to function."))) | |||
| 113 | (define-public linux-firmware | 113 | (define-public linux-firmware |
| 114 | (package | 114 | (package |
| 115 | (name "linux-firmware") | 115 | (name "linux-firmware") |
| 116 | (version "20221109") | 116 | (version "20221214") |
| 117 | (source (origin | 117 | (source (origin |
| 118 | (method url-fetch) | 118 | (method url-fetch) |
| 119 | (uri (string-append "https://git.kernel.org/pub/scm/linux/kernel" | 119 | (uri (string-append "https://git.kernel.org/pub/scm/linux/kernel" |
| @@ -121,7 +121,7 @@ System on hardware which requires nonfree software to function."))) | |||
| 121 | "linux-firmware-" version ".tar.gz")) | 121 | "linux-firmware-" version ".tar.gz")) |
| 122 | (sha256 | 122 | (sha256 |
| 123 | (base32 | 123 | (base32 |
| 124 | "16yv7snsy5zvcwwzy0sr0lx3nf74qhi3nammdsx8c28rdm19jcn2")))) | 124 | "1f93aq0a35niv8qv8wyy033palpplbgr2cq0vihb97wxfkk5wmr2")))) |
| 125 | (build-system gnu-build-system) | 125 | (build-system gnu-build-system) |
| 126 | (arguments | 126 | (arguments |
| 127 | `(#:tests? #f | 127 | `(#:tests? #f |
