diff options
author | Zhu Zihao <all_but_last@163.com> | 2025-08-06 11:30:31 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-08-13 00:30:49 +0800 |
commit | b746284bda7d2253aef9e30e56d793765ac73883 (patch) | |
tree | 368543730c2b644cf4b96c0df4186c86d60331d3 /nongnu | |
parent | 2ffd70556344de92436fc78abd149be7645b00b3 (diff) |
nongnu: rtl8821ce-linux-module: Update to 0.0.0-14.66c015.
Now supports Linux 6.15 and earlier versions.
* nongnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-14.66c015.
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Diffstat (limited to 'nongnu')
-rw-r--r-- | nongnu/packages/linux.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index a3f9df8..5abf2e2 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2020-2025 Jonathan Brielmaier <jonathan.brielmaier@web.de> ;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020, 2021, 2022 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Copyright © 2020, 2021, 2022 Zhu Zihao <all_but_last@163.com> +;;; Copyright © 2020-2023, 2025 Zhu Zihao <all_but_last@163.com> ;;; Copyright © 2021 Mathieu Othacehe <m.othacehe@gmail.com> ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> ;;; Copyright © 2021 Risto Stevcev <me@risto.codes> @@ -981,8 +981,8 @@ network adapters.") (license gpl2)))) (define-public rtl8821ce-linux-module - (let ((commit "98cff1d7dcbf17b36a98bac342df75dfe0b79017") - (revision "13")) + (let ((commit "66c015af7738039a2045b6da755875e126d3fe73") + (revision "14")) (package (name "rtl8821ce-linux-module") (version (git-version "0.0.0" revision commit)) @@ -995,7 +995,7 @@ network adapters.") (file-name (git-file-name name version)) (sha256 (base32 - "0h254rasg0ppxf402hdi8p2vd1p4lh9qhgh5p3iyfnikf49hjxfv")))) + "042x2i390asl4w6vwbdd9qwxdzhhjdwgfipf4nkix899cixj0kr5")))) (build-system linux-module-build-system) (arguments (list #:make-flags |