about summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-12-04 09:15:09 +0100
committerkilianar <mail@kilianar.de>2022-12-04 09:15:09 +0100
commit0ef57918aff1c9c8cdbf528efd6871317170de44 (patch)
tree15d1510a78c97f67e9682b95a992fa03e58bea10 /pkgs/tools/security/gopass
parent5878e0124fb1cfd9f338da333e7fc7f3cc85176a (diff)
git-credential-gopass: 1.14.11 -> 1.15.0
https://github.com/gopasspw/git-credential-gopass/releases/tag/v1.15.0
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 7cb692a5f1750..27fcade3368dc 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.14.11";
+  version = "1.15.0";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-JA5VpiImpdxdGSnuzXDBPW8JiLspEhjeR+rlfN41BBM=";
+    hash = "sha256-o1kkS8JlPFIiwm3nQLMuERcb4NC3v8FIG0kYGrGzkbA=";
   };
 
-  vendorHash = "sha256-6GRK1M358LC6S/sjiN42+whz1Z3S+PRKyPOZr8n+daQ=";
+  vendorHash = "sha256-KPCmYNSMa8F9xtStEyN5xho2/OF1ZqVFmLexHV3wJzM=";
 
   subPackages = [ "." ];