fido2-manage: add updateScript
This commit is contained in:
parent
7c40b26d20
commit
f1a51fd601
@ -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=";
|
||||
|
Loading…
x
Reference in New Issue
Block a user