diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-14 17:23:30 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-27 12:34:56 -0400 |
commit | 5e240e4d94e87085687c2950e732731f61ffa0a0 (patch) | |
tree | 1a44f262e7b257a3a25598be6f3922ab8bece2b5 | |
parent | 6da9f44a8751a790b65f57f74b9152b20f508832 (diff) |
gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-5.b8167e6.
Fixes the build with linux-libre 5.12.
Reported by philipper905 on #guix.
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-5.b8167e6.
-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 7af9fc220b..12247fb217 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1298,8 +1298,8 @@ and the notification, WiFi, and Bluetooth LED.") (license license:gpl2))) (define-public rtl8812au-aircrack-ng-linux-module - (let ((commit "059e06a51be025fde5b2bec6565540b3d9981b0b") - (revision "4")) + (let ((commit "b8167e66b4ac046b3b76c2c40008d84528e91594") + (revision "5")) (package (name "rtl8812au-aircrack-ng-linux-module") (version (git-version "5.6.4.2" revision commit)) @@ -1311,7 +1311,7 @@ and the notification, WiFi, and Bluetooth LED.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "0h6l2r3yj7j9zf11dw0zcdyn50ajnjw8yvv86dzlfj80dn75n98f")) + (base32 "1940f2yz5c4q2fhcd91zfzl32fhdsgr297vzamm7nd8kdk0gymi2")) (modules '((guix build utils))) (snippet '(begin |