Merge pull request #144517 from r-ryantm/auto-update/otpauth

otpauth: 0.3.5 -> 0.4.0

authored by Bobby Rong and committed by GitHub 34cc4bd2 d410ee7a

+2 -2
+2 -2
pkgs/tools/security/otpauth/default.nix
··· 5 6 buildGoModule rec { 7 pname = "otpauth"; 8 - version = "0.3.5"; 9 10 src = fetchFromGitHub { 11 owner = "dim13"; 12 repo = "otpauth"; 13 rev = "v${version}"; 14 - sha256 = "sha256-Jr1cZbXKZa6M7tIex67SjDPkWSYHWSZ7vRYd8us7Oek="; 15 }; 16 17 runVend = true;
··· 5 6 buildGoModule rec { 7 pname = "otpauth"; 8 + version = "0.4.0"; 9 10 src = fetchFromGitHub { 11 owner = "dim13"; 12 repo = "otpauth"; 13 rev = "v${version}"; 14 + sha256 = "sha256-LGDeNkCxVLDVpwi5VFFL0DFsf8CexI7Nc5l+l2ASHaw="; 15 }; 16 17 runVend = true;