diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-03 18:31:47 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:32 +0100 |
| commit | 4b64f7eb1085a7dad441d3704d20cfdf429a4206 (patch) | |
| tree | 09e865e664d4aced1ac6f28a70d2708be197333d /gnu | |
| parent | b4df8b64f29d3f46be4cbe74fc4dd5c66b1bfb85 (diff) | |
gnu: libfido2: Update to 1.16.0.
* gnu/packages/security-token.scm (libfido2): Update to 1.16.0.
Change-Id: Ib432cc75cbd807cd409fdce19bdd62be296197e9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index b68e1068b05..58cb9baad11 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -1108,7 +1108,7 @@ phone and a running pcscd service are required.") | |||
| 1108 | (define-public libfido2 | 1108 | (define-public libfido2 |
| 1109 | (package | 1109 | (package |
| 1110 | (name "libfido2") | 1110 | (name "libfido2") |
| 1111 | (version "1.12.0") | 1111 | (version "1.16.0") |
| 1112 | (source | 1112 | (source |
| 1113 | (origin | 1113 | (origin |
| 1114 | (method git-fetch) | 1114 | (method git-fetch) |
| @@ -1116,7 +1116,7 @@ phone and a running pcscd service are required.") | |||
| 1116 | (url "https://github.com/Yubico/libfido2") | 1116 | (url "https://github.com/Yubico/libfido2") |
| 1117 | (commit version))) | 1117 | (commit version))) |
| 1118 | (file-name (git-file-name name version)) | 1118 | (file-name (git-file-name name version)) |
| 1119 | (sha256 (base32 "123rysl21bmgk6rmpgg5s21a5ksmxnn1hc32ws88h7z0q4icvj87")))) | 1119 | (sha256 (base32 "17m0xvj52nx4yyvljrdxnliblpjnsw716zy0jagc33zflrs4a9jh")))) |
| 1120 | (native-inputs (list pkg-config)) | 1120 | (native-inputs (list pkg-config)) |
| 1121 | (inputs (list eudev libcbor openssl zlib)) | 1121 | (inputs (list eudev libcbor openssl zlib)) |
| 1122 | (build-system cmake-build-system) | 1122 | (build-system cmake-build-system) |
