otpauth: 0.5.4 -> 0.6.0 (#404143)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-05 00:22:40 +02:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGo124Module rec {
pname = "otpauth";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "dim13";
repo = "otpauth";
rev = "v${version}";
sha256 = "sha256-gxFhuFOSiyE7FLWqTZzKPZzXerwK2PWy7Z0zshAJ4Yg=";
sha256 = "sha256-QpQuMeldkZRXFi7I2yc7HS45gvsneZdPsSzkGWmnMX8=";
};
vendorHash = "sha256-UXn+v8SAkEJ2tU3MudH2pDnLHBF4mzshHaovlzqm/fM=";
vendorHash = "sha256-Vx+nSSXidSJdEDoI2Bzx+5CQstNmW9dIOg8jEpAaguQ=";
meta = with lib; {
description = "Google Authenticator migration decoder";