diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-11-26 18:01:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 20:44:40 +0100 |
commit | 7aaa6bb4cda137c25b0d9b1b52f8c286d0101cb7 (patch) | |
tree | 2d98fcf1a8e73862d495a86179c881f5add85689 | |
parent | 4f78d8eed16f1dfaef6c3703537cdb964445a4fd (diff) | |
download | guix-7aaa6bb4cda137c25b0d9b1b52f8c286d0101cb7.tar.gz guix-7aaa6bb4cda137c25b0d9b1b52f8c286d0101cb7.zip |
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>
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c325e31dbb..2fb30c5b7a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1091,8 +1091,8 @@ and should be used with caution, especially on untested models.") (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 @@ and should be used with caution, especially on untested models.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 "1qcr0j8yhg8l9l0f5y55zcsk1mgf3qd46yh9xfqgg91szxa3yvca")) + (base32 "0y71q7ajwz1w38gdmxd4p05hhkqndq504nndy6vfa16fxz6pqxhn")) (modules '((guix build utils))) (snippet '(begin |