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-11-25 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-11-25 04:20:00 +0000
commit05663b6a89ec91baba3463f254c5b326ec19aa4e (patch)
tree9ec66c1fce0b8b4567756ffda10f381ef07eb685 /pkgs/tools/security/gopass
parent6bbf9ff639886edf0c7c2a3a05d5d087ca43b445 (diff)
git-credential-gopass: 1.15.9 -> 1.15.10
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.9...v1.15.10

Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.10/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 5c38ed942233e..038cdaf84167b 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.9";
+  version = "1.15.10";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = "git-credential-gopass";
     rev = "v${version}";
-    hash = "sha256-8gHOWi4Xa5McbKVWborclgFqOpuQApUDW9wV849855I=";
+    hash = "sha256-DQPjnCwpFOKN0ObPXPbwy7GK1VsPSj+pcLKjfSPPPRo=";
   };
 
-  vendorHash = "sha256-znmBV6sLx0g7zKkkv3S4TfVQu79ch5epq8l2uImF/Go=";
+  vendorHash = "sha256-gvnBlf0JfdrHSHTF+OQxBHFER5F910mruzCa/prvIYA=";
 
   subPackages = [ "." ];