diff options
author | Zhu Zihao <all_but_last@163.com> | 2022-04-24 18:21:56 +0800 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-04-26 11:04:53 +0200 |
commit | 30ff557bd7255dddec16f4a032e58f5a88d5e448 (patch) | |
tree | 99403e9767e325cc58a2eb1bc4cd370f18281eb6 /gnu | |
parent | 9c4398acdfa4231e910f1e4944f2c313099e241a (diff) | |
download | guix-30ff557bd7255dddec16f4a032e58f5a88d5e448.tar.gz |
gnu: rtl8821ce-linux-module: Update to 0.0.0-5-dce62b9.
Fixes the broken build with linux-libre 5.17.x. * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-5-dce62b9. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3ea1e7e09f..dd9608b9bd 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1346,8 +1346,8 @@ and the notification, WiFi, and Bluetooth LED.") (license license:gpl2))) (define-public rtl8821ce-linux-module - (let ((commit "ca204c60724d23ab10244f920d4e50759ed1affb") - (revision "4")) + (let ((commit "dce62b9bbb7c76339b514153fcebb3a19bafdcc7") + (revision "5")) (package (name "rtl8821ce-linux-module") (version (git-version "0.0.0" revision commit)) @@ -1360,7 +1360,7 @@ and the notification, WiFi, and Bluetooth LED.") (file-name (git-file-name name version)) (sha256 (base32 - "18ma8a8h1l90dss0k6al7q6plwr57jc9g67p22g9917k1jfbhm97")))) + "0s5v6z4x7xdgr5qm4q7dr9nd5c8qy28jaw0p78hxji3m8if56vka")))) (build-system linux-module-build-system) (arguments (list #:make-flags |