otpauth: 0.3.4 -> 0.3.5

This commit is contained in:
R. RyanTM 2021-08-23 00:34:56 +00:00
parent 45d3c11c72
commit e34d1a36a8

View File

@ -5,17 +5,17 @@
buildGoModule rec { buildGoModule rec {
pname = "otpauth"; pname = "otpauth";
version = "0.3.4"; version = "0.3.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dim13"; owner = "dim13";
repo = "otpauth"; repo = "otpauth";
rev = "v${version}"; rev = "v${version}";
sha256 = "199kh544kx4cbsczc9anmciczi738gdc5g518ybb05h49vlb51dp"; sha256 = "sha256-Jr1cZbXKZa6M7tIex67SjDPkWSYHWSZ7vRYd8us7Oek=";
}; };
runVend = true; runVend = true;
vendorSha256 = "1762cchqydgsf94y05dwxcrajvjr64ayi5xk1svn1xissyc7vgpv"; vendorSha256 = "sha256-s0pcm3fO50cuMEJ6Pp7qay6BGGa+FCiBegUbQlB0OnY=";
doCheck = true; doCheck = true;
meta = with lib; { meta = with lib; {