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