otpauth: 0.5.4 -> 0.6.0 (#404143)

authored by Peder Bergebakken Sundt and committed by GitHub 670fa14a ae92c2d3

+3 -3
+3 -3
pkgs/by-name/ot/otpauth/package.nix
··· 6 6 7 7 buildGo124Module rec { 8 8 pname = "otpauth"; 9 - version = "0.5.4"; 9 + version = "0.6.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "dim13"; 13 13 repo = "otpauth"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-gxFhuFOSiyE7FLWqTZzKPZzXerwK2PWy7Z0zshAJ4Yg="; 15 + sha256 = "sha256-QpQuMeldkZRXFi7I2yc7HS45gvsneZdPsSzkGWmnMX8="; 16 16 }; 17 17 18 - vendorHash = "sha256-UXn+v8SAkEJ2tU3MudH2pDnLHBF4mzshHaovlzqm/fM="; 18 + vendorHash = "sha256-Vx+nSSXidSJdEDoI2Bzx+5CQstNmW9dIOg8jEpAaguQ="; 19 19 20 20 meta = with lib; { 21 21 description = "Google Authenticator migration decoder";