about summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-13 07:31:02 +0200
committerGitHub <noreply@github.com>2022-09-13 07:31:02 +0200
commit3e67ca260c7d38dc1ee90777ea2ff8d242db2e89 (patch)
tree083b57d6102e76b9bfab41824ce385404fcf8265 /pkgs/tools/security/gopass
parentc5d8516288d322825ef4d9ab7095a95caaf84370 (diff)
parent95eb10093a4e06f00de767e9f08f17296c5d8d07 (diff)
Merge pull request #190819 from r-ryantm/auto-update/gopass-hibp
gopass-hibp: 1.14.3 -> 1.14.6
Diffstat (limited to 'pkgs/tools/security/gopass')
-rw-r--r--pkgs/tools/security/gopass/hibp.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gopass/hibp.nix b/pkgs/tools/security/gopass/hibp.nix
index 49618c53aead2..2d97235b10451 100644
--- a/pkgs/tools/security/gopass/hibp.nix
+++ b/pkgs/tools/security/gopass/hibp.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "gopass-hibp";
-  version = "1.14.3";
+  version = "1.14.6";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-JwZZ2VaSD9xkLny5sFeku5rN4FitI1dyW56JSWPMagM=";
+    sha256 = "sha256-BVL6gLaZmGFa72gpfYFs2U6gVJL7LgoxyAs16vk13Rc=";
   };
 
-  vendorSha256 = "sha256-YySkVWdfGIT5qz0jTGlLEHoO0vGY0iNZ/oG9IZCjwRE=";
+  vendorSha256 = "sha256-ouFZlZaJhlgCIanWgpzlXEKr9ua/wa7exk7QTNpxAaM=";
 
   subPackages = [ "." ];