gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c.
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to 5.6.4.2-2.e9fbf5c. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
4f78d8eed1
commit
7aaa6bb4cd
1 changed files with 3 additions and 3 deletions
|
@ -1091,8 +1091,8 @@ (define-public acpi-call-linux-module
|
|||
(license license:gpl3+))) ; see README.md (no licence headers)
|
||||
|
||||
(define-public rtl8812au-aircrack-ng-linux-module
|
||||
(let ((commit "df2b8dfd8cb7d9f6cfeb55abaeab8a5372011fc9")
|
||||
(revision "1"))
|
||||
(let ((commit "e9fbf5c051453941bbc029810b893a6c010714e6")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "rtl8812au-aircrack-ng-linux-module")
|
||||
(version (git-version "5.6.4.2" revision commit))
|
||||
|
@ -1104,7 +1104,7 @@ (define-public rtl8812au-aircrack-ng-linux-module
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qcr0j8yhg8l9l0f5y55zcsk1mgf3qd46yh9xfqgg91szxa3yvca"))
|
||||
(base32 "0y71q7ajwz1w38gdmxd4p05hhkqndq504nndy6vfa16fxz6pqxhn"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue