mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
2f52f84096
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-7.37e27f9.
This commit is contained in:
parent
0c0fdae4ab
commit
a28dd47192
1 changed files with 3 additions and 3 deletions
|
@ -1383,8 +1383,8 @@ (define-public rtl8821ce-linux-module
|
|||
(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 @@ (define-public rtl8812au-aircrack-ng-linux-module
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1g2zga7jqzp4azwqpgxxx3lg07ijaaqw3zqnaa3i2brycwlnf8l9"))
|
||||
(base32 "09n814pa6i0b0xkgssymcmbcdic05y9z5bsr6sxjfs40wawsk6af"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Reference in a new issue