Merge pull request #144517 from r-ryantm/auto-update/otpauth

otpauth: 0.3.5 -> 0.4.0
This commit is contained in:
Bobby Rong 2021-11-04 08:37:18 +08:00 committed by GitHub
commit 34cc4bd2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;