about summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-17 17:40:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-17 17:40:21 +0000
commitaf9b359179ee6895c9f68db96d0f706334b2fadd (patch)
tree89f4052516e238fd906efcc554ac77ed76b5e54b /pkgs/tools/security/gopass
parentb4dbea193aec9cf05e63b2a1cb3aa5b23477cb8d (diff)
git-credential-gopass: 1.15.7 -> 1.15.8
Diffstat (limited to 'pkgs/tools/security/gopass')
-rw-r--r--pkgs/tools/security/gopass/git-credential.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/gopass/git-credential.nix b/pkgs/tools/security/gopass/git-credential.nix
index eb3c2c9b96c95..87c1367022f8e 100644
--- a/pkgs/tools/security/gopass/git-credential.nix
+++ b/pkgs/tools/security/gopass/git-credential.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "git-credential-gopass";
-  version = "1.15.7";
+  version = "1.15.8";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = "git-credential-gopass";
     rev = "v${version}";
-    hash = "sha256-O8lqrvaFfcFHevZpRf+VbIQCBQUuc+B34OmQ3/VIOzI=";
+    hash = "sha256-gp/5ZBAxngQKRmr924f7ZQ4GX3uYHz2ULw1Gn+d7vug=";
   };
 
-  vendorHash = "sha256-gb9AZBh5oUAiuCXbsvkmYxcHRNd9KLYq35nMd4iabKw=";
+  vendorHash = "sha256-IXY8w5TLXA3SIT2Jyjqt+pPtZ35zQnG0wY08OB1spDw=";
 
   subPackages = [ "." ];