mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-6.307d694.
This fixes the build with linux-libre 5.15: https://github.com/aircrack-ng/rtl8812au/pull/898 * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-6.307d694.
This commit is contained in:
parent
0684bad300
commit
65401faa9c
1 changed files with 3 additions and 3 deletions
|
@ -1366,8 +1366,8 @@ (define-public rtl8821ce-linux-module
|
|||
(license license:gpl2))))
|
||||
|
||||
(define-public rtl8812au-aircrack-ng-linux-module
|
||||
(let ((commit "b8167e66b4ac046b3b76c2c40008d84528e91594")
|
||||
(revision "5"))
|
||||
(let ((commit "307d694076b056588c652c2bdaa543a89eb255d9")
|
||||
(revision "6"))
|
||||
(package
|
||||
(inherit rtl8821ce-linux-module)
|
||||
(name "rtl8812au-aircrack-ng-linux-module")
|
||||
|
@ -1380,7 +1380,7 @@ (define-public rtl8812au-aircrack-ng-linux-module
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1940f2yz5c4q2fhcd91zfzl32fhdsgr297vzamm7nd8kdk0gymi2"))
|
||||
(base32 "1g2zga7jqzp4azwqpgxxx3lg07ijaaqw3zqnaa3i2brycwlnf8l9"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue