fido2-manage: 0-unstable-2024-11-22 → 0-unstable-2025-06-06 (#420213)

This commit is contained in:
nicoo
2025-07-13 12:50:12 +00:00
committed by GitHub
+6 -3
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
unstableGitUpdater,
fetchurl,
pkg-config,
cmake,
@@ -29,15 +30,17 @@ let
in
stdenv.mkDerivation rec {
pname = "fido2-manage";
version = "0-unstable-2024-11-22";
version = "0-unstable-2025-06-06";
src = fetchFromGitHub {
owner = "token2";
repo = "fido2-manage";
rev = "2c14b222a432e34750bb3929c620bbdffd1c75be";
hash = "sha256-xdElYXx+F2XCP5zsbRTmTRyHKGnEt97jNRrQM0Oab5E=";
rev = "4fc6a4e0d905dcc2a7bfee70232a0398e9e4b45d";
hash = "sha256-olkEUHJ350FIMUlWG37wqSfO2wyYni4CYspwa4lAO5w=";
};
passthru.updateScript = unstableGitUpdater { };
icon = fetchurl {
url = "https://token2.net/img/icon/logo-white.png";
hash = "sha256-UpxRzn24v1vigMFlofVU+YOzKrkxCu2Pk5iktqFgNO8=";