mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.
* gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-2.14b536f. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a7d6e1b6a1
commit
28ccd1e71d
1 changed files with 3 additions and 3 deletions
|
@ -1146,8 +1146,8 @@ (define-public rtl8812au-aircrack-ng-linux-module
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public rtl8821ce-linux-module
|
(define-public rtl8821ce-linux-module
|
||||||
(let ((commit "fe97b5003f2f3dd070f76ec38c00b83798c1cdea")
|
(let ((commit "14b536f0c9ad2d0abbdab8afc7ade684900ca9cf")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "rtl8821ce-linux-module")
|
(name "rtl8821ce-linux-module")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -1160,7 +1160,7 @@ (define-public rtl8821ce-linux-module
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10mrp63npbqb39c442vx8mra278hw7sczb3b6bjrpr3gan6ljshn"))))
|
"0z7r7spsgn22gwv9pcmkdjn9ingi8jj7xkxasph8118h46fw8ip2"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue