gnu: libfido2: Update to 1.12.0.
* gnu/packages/security-token.scm (libfido2): Update to 1.12.0.
This commit is contained in:
parent
2c9635cb47
commit
fe3be8d5e0
1 changed files with 11 additions and 11 deletions
|
@ -891,7 +891,7 @@ phone is required.")
|
||||||
(define-public libfido2
|
(define-public libfido2
|
||||||
(package
|
(package
|
||||||
(name "libfido2")
|
(name "libfido2")
|
||||||
(version "1.11.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -899,7 +899,7 @@ phone is required.")
|
||||||
(url "https://github.com/Yubico/libfido2")
|
(url "https://github.com/Yubico/libfido2")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "1nk4irmdg36930lgc892qmlmd4whz4fq37wknkdx5ap57i5x18i6"))))
|
(sha256 (base32 "123rysl21bmgk6rmpgg5s21a5ksmxnn1hc32ws88h7z0q4icvj87"))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list eudev libcbor openssl zlib))
|
(inputs (list eudev libcbor openssl zlib))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Reference in a new issue