about summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-12-01 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-12-01 04:20:00 +0000
commitd606011abb3ee87666012b812c3174ccd1b8aab0 (patch)
tree230426b411143618b030ddab243b9512a1bfde29 /pkgs/tools/security/gopass
parent4e7e617d4e99863fa9c8362c48f44eb51f56cfdb (diff)
git-credential-gopass: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.10...v1.15.11

Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.11/CHANGELOG.md
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 038cdaf84167b..8654d05d9d13a 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.10";
+  version = "1.15.11";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = "git-credential-gopass";
     rev = "v${version}";
-    hash = "sha256-DQPjnCwpFOKN0ObPXPbwy7GK1VsPSj+pcLKjfSPPPRo=";
+    hash = "sha256-qnWgrpcj3DZQu5haP/5xqoO7eogkRjBmc8XpgFFNT6I=";
   };
 
-  vendorHash = "sha256-gvnBlf0JfdrHSHTF+OQxBHFER5F910mruzCa/prvIYA=";
+  vendorHash = "sha256-bit4+YgQ+Y/TA2q7KdZwYTE3ZKBwL6tUam+tHzBMiQw=";
 
   subPackages = [ "." ];