Commit f3b67f9c authored by Rafael Fernández López's avatar Rafael Fernández López
Browse files

otpauth: 0.5.3 -> 0.5.4

parent 6af46873
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  buildGoModule,
  buildGo124Module,
}:

buildGoModule rec {
buildGo124Module rec {
  pname = "otpauth";
  version = "0.5.3";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "dim13";
    repo = "otpauth";
    rev = "v${version}";
    sha256 = "sha256-q6QQST3SDskEXd6X55A4VgOM8tZITUrpHfI/NV+NSwk=";
    sha256 = "sha256-gxFhuFOSiyE7FLWqTZzKPZzXerwK2PWy7Z0zshAJ4Yg=";
  };

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

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