about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-27 10:29:41 -0500
committerGitHub <noreply@github.com>2023-12-27 10:29:41 -0500
commit274e7f397832eff68cc82cc2425849db76f49a4e (patch)
treeca3c04edff2a5d17d4845d4174c249b9bc119ad9 /pkgs/tools/security
parent52a9e17b781aeae9bde6e5936b1f126b646c5189 (diff)
parentafbe64c470e7192dba8c0c8110face8a88a68c1c (diff)
Merge pull request #276981 from ereslibre/bump-otpauth
otpauth: 0.5.1 -> 0.5.2
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/otpauth/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/tools/security/otpauth/default.nix b/pkgs/tools/security/otpauth/default.nix
index 032372d87e92c..e4ffadef63e00 100644
--- a/pkgs/tools/security/otpauth/default.nix
+++ b/pkgs/tools/security/otpauth/default.nix
@@ -5,17 +5,16 @@
 
 buildGoModule rec {
   pname = "otpauth";
-  version = "0.5.1";
+  version = "0.5.2";
 
   src = fetchFromGitHub {
     owner = "dim13";
     repo = "otpauth";
     rev = "v${version}";
-    sha256 = "sha256-jeKxCuE3cA/oTEKwdrCGPchsrtaMyirTzv8oLl9gxtA=";
+    sha256 = "sha256-1+A1oXY5sKMr9dVa/4vB+ZkfZSDdhag5y5LfM7OJmKo=";
   };
 
-  vendorHash = "sha256-jnIq7Zc2MauJReJ9a8TeqXXsvHixsBB+znmXAxcpqUQ=";
-  doCheck = true;
+  vendorHash = "sha256-ZRCwZGlWzlWh+E3KUH83639Tfck7bwE36wXVnG7EQIE=";
 
   meta = with lib; {
     description = "Google Authenticator migration decoder";