totp-cli: 1.8.8 -> 1.9.2

This commit is contained in:
R. Ryantm 2025-03-11 18:57:09 +00:00
parent e735fed7a7
commit 64c34d5967

View file

@ -6,7 +6,7 @@
}:
let
pname = "totp-cli";
version = "1.8.8";
version = "1.9.2";
in
buildGoModule {
inherit pname version;
@ -15,10 +15,10 @@ buildGoModule {
owner = "yitsushi";
repo = "totp-cli";
tag = "v${version}";
hash = "sha256-aYTOtel7ZPDNF8/3mpk/dchBHzoA3ZDnViidQ/N9+As=";
hash = "sha256-JPS4LXEgFM+RJhJG9w/SmEYmq6kILie139UrFGyZ2q0=";
};
vendorHash = "sha256-yicJjDFdvQ9EEF37pn3wHuLTVzpmBC8DwexgX7lGmh0=";
vendorHash = "sha256-GulRmDKatbu4N29Th4rUiVSvvg4hhepyx5X8TLLJ9kQ=";
nativeBuildInputs = [ installShellFiles ];