[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-7.37e2
From: |
guix-commits |
Subject: |
08/08: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-7.37e27f9. |
Date: |
Thu, 17 Mar 2022 17:40:07 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit a28dd4719267914482ee88250a2a6dfbdd81eca7
Author: J. Sims via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Thu Mar 17 17:18:07 2022 -0400
gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-7.37e27f9.
This fixes issues with Linux 5.17 and adds optimizations for 5.15:
https://github.com/aircrack-ng/rtl8812au/pull/942
https://github.com/aircrack-ng/rtl8812au/commit/2f52f84096ae09d36012d455d29b73e6cb37f740
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-7.37e27f9.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f77df75415..bf18724990 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1383,8 +1383,8 @@ network adapters.")
(license license:gpl2))))
(define-public rtl8812au-aircrack-ng-linux-module
- (let ((commit "307d694076b056588c652c2bdaa543a89eb255d9")
- (revision "6"))
+ (let ((commit "37e27f9165300c89607144b646545fac576ec510")
+ (revision "7"))
(package
(inherit rtl8821ce-linux-module)
(name "rtl8812au-aircrack-ng-linux-module")
@@ -1397,7 +1397,7 @@ network adapters.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "1g2zga7jqzp4azwqpgxxx3lg07ijaaqw3zqnaa3i2brycwlnf8l9"))
+ (base32 "09n814pa6i0b0xkgssymcmbcdic05y9z5bsr6sxjfs40wawsk6af"))
(modules '((guix build utils)))
(snippet
#~(begin
- branch master updated (2c4284d952 -> a28dd47192), guix-commits, 2022/03/17
- 01/08: gnu: linux-libre: Update to 5.16.15., guix-commits, 2022/03/17
- 03/08: gnu: linux-libre 5.10: Update to 5.10.106., guix-commits, 2022/03/17
- 07/08: gnu: linux-libre 4.9: Update to 4.9.307., guix-commits, 2022/03/17
- 08/08: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-7.37e27f9.,
guix-commits <=
- 04/08: gnu: linux-libre 5.4: Update to 5.4.185., guix-commits, 2022/03/17
- 02/08: gnu: linux-libre 5.15: Update to 5.15.29., guix-commits, 2022/03/17
- 05/08: gnu: linux-libre 4.19: Update to 4.19.235., guix-commits, 2022/03/17
- 06/08: gnu: linux-libre 4.14: Update to 4.14.272., guix-commits, 2022/03/17