otpauth: 0.4.0 -> 0.4.2

This commit is contained in:
Rafael Fernández López 2022-01-30 12:42:28 +01:00 committed by zowoq
parent 282b130514
commit 91e5176566

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "otpauth";
version = "0.4.0";
version = "0.4.2";
src = fetchFromGitHub {
owner = "dim13";
repo = "otpauth";
rev = "v${version}";
sha256 = "sha256-LGDeNkCxVLDVpwi5VFFL0DFsf8CexI7Nc5l+l2ASHaw=";
sha256 = "sha256-qSu0kGRi1es9OciN1s9Eh1Z3JkxbcKO8W5cAC7c7n0k=";
};
vendorSha256 = "sha256-TU5crhmQAhSfURdfPe/xaa3RgGyc+UFn2E+jJ0flNsg=";