summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-21 08:49:39 -0500
committerGitHub <noreply@github.com>2023-11-21 08:49:39 -0500
commitfaf7f9610e241c4ab28d06bd906bb6a677a9000a (patch)
treed9163b7cf5dc0375021f340c58451df5c950dfe1
parent7d912ec6a016f7642753a6e06a6b24aa00807377 (diff)
parentdd5a9960f05fbfb5eb38944087b4862237973e27 (diff)
Merge pull request #268873 from r-ryantm/auto-update/gopass-jsonapi
gopass-jsonapi: 1.15.8 -> 1.15.9
-rw-r--r--pkgs/tools/security/gopass/jsonapi.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gopass/jsonapi.nix b/pkgs/tools/security/gopass/jsonapi.nix
index b00b4bf014799..9301b2cf6d13d 100644
--- a/pkgs/tools/security/gopass/jsonapi.nix
+++ b/pkgs/tools/security/gopass/jsonapi.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "gopass-jsonapi";
-  version = "1.15.8";
+  version = "1.15.9";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = "gopass-jsonapi";
     rev = "v${version}";
-    hash = "sha256-CL9PcztiFCCy1T7w0v2SzLmwkA6z8aPUx65ye5AJDr4=";
+    hash = "sha256-p1z1jFk+Fmh7kMyMI5kMCkmp62q/CC8BqsbHHpfGWaI=";
   };
 
-  vendorHash = "sha256-Czlp3MyxRGcIV5uFZzF8t0JrucLzPzxyCUCtjICjPM0=";
+  vendorHash = "sha256-bFHm2mSWI00lVAfFK8DSjt0hgM52IycpHGRADk0QSoQ=";
 
   subPackages = [ "." ];