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