guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rtl8812au-aircrack-ng-linux-module: Update t


From: guix-commits
Subject: branch master updated: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-5.b8167e6.
Date: Sat, 14 Aug 2021 17:35:10 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e240e4  gnu: rtl8812au-aircrack-ng-linux-module: Update to 
5.6.4.2-5.b8167e6.
5e240e4 is described below

commit 5e240e4d94e87085687c2950e732731f61ffa0a0
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Aug 14 17:23:30 2021 -0400

    gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-5.b8167e6.
    
    Fixes the build with linux-libre 5.12.
    
    Reported by philipper905 on #guix.
    
    * gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
    5.6.4.2-5.b8167e6.
---
 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 7af9fc2..12247fb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1298,8 +1298,8 @@ and the notification, WiFi, and Bluetooth LED.")
     (license license:gpl2)))
 
 (define-public rtl8812au-aircrack-ng-linux-module
-  (let ((commit "059e06a51be025fde5b2bec6565540b3d9981b0b")
-        (revision "4"))
+  (let ((commit "b8167e66b4ac046b3b76c2c40008d84528e91594")
+        (revision "5"))
     (package
       (name "rtl8812au-aircrack-ng-linux-module")
       (version (git-version "5.6.4.2" revision commit))
@@ -1311,7 +1311,7 @@ and the notification, WiFi, and Bluetooth LED.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0h6l2r3yj7j9zf11dw0zcdyn50ajnjw8yvv86dzlfj80dn75n98f"))
+          (base32 "1940f2yz5c4q2fhcd91zfzl32fhdsgr297vzamm7nd8kdk0gymi2"))
          (modules '((guix build utils)))
          (snippet
           '(begin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]