mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 07:14:53 +01:00
nongnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-13.63cf0b4.
Fixes building with newer kernel versions. * nongnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-13.63cf0b4.
This commit is contained in:
parent
a276531874
commit
dd080d7a91
1 changed files with 3 additions and 3 deletions
|
@ -902,8 +902,8 @@ to disable the conflicting rtw88 driver:
|
||||||
"https://github.com/morrownr/8821cu-20210916/blob/main/LICENSE")))))
|
"https://github.com/morrownr/8821cu-20210916/blob/main/LICENSE")))))
|
||||||
|
|
||||||
(define-public rtl8812au-aircrack-ng-linux-module
|
(define-public rtl8812au-aircrack-ng-linux-module
|
||||||
(let ((commit "a3e0c0b6d54546418f046db0dbf1d20e454c9ec2")
|
(let ((commit "63cf0b4584aa8878b0fe8ab38017f31c319bde3d")
|
||||||
(revision "12"))
|
(revision "13"))
|
||||||
(package
|
(package
|
||||||
(inherit rtl8821ce-linux-module)
|
(inherit rtl8821ce-linux-module)
|
||||||
(name "rtl8812au-aircrack-ng-linux-module")
|
(name "rtl8812au-aircrack-ng-linux-module")
|
||||||
|
@ -916,7 +916,7 @@ to disable the conflicting rtw88 driver:
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hwzsy62h7ik5s54paikcj5ips7mrnfacprciiq412mz5ag28cdn"))
|
(base32 "103pn6qlj116dm244ygf1wic9dq2qn80lafiyxynyhpckkyhhfxl"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Reference in a new issue