otpauth: 0.3.5 -> 0.4.0

This commit is contained in:
R. Ryantm 2021-11-03 19:06:45 +00:00
parent cbb7455d73
commit d335793134

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "otpauth";
version = "0.3.5";
version = "0.4.0";
src = fetchFromGitHub {
owner = "dim13";
repo = "otpauth";
rev = "v${version}";
sha256 = "sha256-Jr1cZbXKZa6M7tIex67SjDPkWSYHWSZ7vRYd8us7Oek=";
sha256 = "sha256-LGDeNkCxVLDVpwi5VFFL0DFsf8CexI7Nc5l+l2ASHaw=";
};
runVend = true;