Skip to content

Commit 8515f6d

Browse files
authored
otpauth: 0.5.3 -> 0.5.4 (#388771)
2 parents 989889c + f3b67f9 commit 8515f6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/ot/otpauth/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
lib,
33
fetchFromGitHub,
4-
buildGoModule,
4+
buildGo124Module,
55
}:
66

7-
buildGoModule rec {
7+
buildGo124Module rec {
88
pname = "otpauth";
9-
version = "0.5.3";
9+
version = "0.5.4";
1010

1111
src = fetchFromGitHub {
1212
owner = "dim13";
1313
repo = "otpauth";
1414
rev = "v${version}";
15-
sha256 = "sha256-q6QQST3SDskEXd6X55A4VgOM8tZITUrpHfI/NV+NSwk=";
15+
sha256 = "sha256-gxFhuFOSiyE7FLWqTZzKPZzXerwK2PWy7Z0zshAJ4Yg=";
1616
};
1717

18-
vendorHash = "sha256-lATdsuqSM2EaclhvNN9BmJ6NC2nghDfggRrwvRjF7us=";
18+
vendorHash = "sha256-UXn+v8SAkEJ2tU3MudH2pDnLHBF4mzshHaovlzqm/fM=";
1919

2020
meta = with lib; {
2121
description = "Google Authenticator migration decoder";

0 commit comments

Comments
 (0)