3
0
Fork 0
forked from mirrors/nixpkgs

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

otpauth: 0.4.3 -> 0.5.0
This commit is contained in:
figsoda 2022-09-17 21:29:04 -04:00 committed by GitHub
commit 8eb4d4218f
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.4.3";
version = "0.5.0";
src = fetchFromGitHub {
owner = "dim13";
repo = "otpauth";
rev = "v${version}";
sha256 = "sha256-x5/OVUxuNjK05D8n1l5F6qT/wmrBYnOSEoSL0c0fsqc=";
sha256 = "sha256-toFBkUssU10ejoZzWnrm5o2P0p5Oq8kKP4vb2ASDC0s=";
};
vendorSha256 = "sha256-jnIq7Zc2MauJReJ9a8TeqXXsvHixsBB+znmXAxcpqUQ=";