fido2-manage: add updateScript

This commit is contained in:
nicoo 2025-06-26 11:51:23 +00:00
parent 7c40b26d20
commit f1a51fd601

View File

@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
unstableGitUpdater,
fetchurl,
pkg-config,
cmake,
@ -38,6 +39,8 @@ stdenv.mkDerivation rec {
hash = "sha256-olkEUHJ350FIMUlWG37wqSfO2wyYni4CYspwa4lAO5w=";
};
passthru.updateScript = unstableGitUpdater { };
icon = fetchurl {
url = "https://token2.net/img/icon/logo-white.png";
hash = "sha256-UpxRzn24v1vigMFlofVU+YOzKrkxCu2Pk5iktqFgNO8=";