Merge pull request #276981 from ereslibre/bump-otpauth

otpauth: 0.5.1 -> 0.5.2
This commit is contained in:
Nick Cao 2023-12-27 10:29:41 -05:00 committed by GitHub
commit 274e7f3978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,17 +5,16 @@
buildGoModule rec {
pname = "otpauth";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "dim13";
repo = "otpauth";
rev = "v${version}";
sha256 = "sha256-jeKxCuE3cA/oTEKwdrCGPchsrtaMyirTzv8oLl9gxtA=";
sha256 = "sha256-1+A1oXY5sKMr9dVa/4vB+ZkfZSDdhag5y5LfM7OJmKo=";
};
vendorHash = "sha256-jnIq7Zc2MauJReJ9a8TeqXXsvHixsBB+znmXAxcpqUQ=";
doCheck = true;
vendorHash = "sha256-ZRCwZGlWzlWh+E3KUH83639Tfck7bwE36wXVnG7EQIE=";
meta = with lib; {
description = "Google Authenticator migration decoder";