about summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-09-29 16:22:54 +0200
committerkilianar <mail@kilianar.de>2022-09-29 16:22:54 +0200
commit787bdc050f8a69888a3d3253cf10699e339e4e54 (patch)
tree341c5ea7f31236b4ee01ba6b83d03b2f6f5027ab /pkgs/tools/security/gopass
parent467bf87a9c68bce6882b170954b25858f7c0e203 (diff)
git-credential-gopass: 1.14.7 -> 1.14.9
- https://github.com/gopasspw/git-credential-gopass/releases/tag/v1.14.8
- https://github.com/gopasspw/git-credential-gopass/releases/tag/v1.14.9
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 585af9e48e145..8cc132a80021a 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.7";
+  version = "1.14.9";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-wxaghZth3soT1r7Hh9oYoyhE0pslo1HPUv2TEvZpMrU==";
+    hash = "sha256-ULR/Rbl9wt7Vmb9d46/fVkihz10mlIwKA0tUTSU0PSk=";
   };
 
-  vendorHash = "sha256-K6nYgy+fLvMQCse3CN8sGBkTW6fw1eSN5TjEOzzOToY=";
+  vendorHash = "sha256-7wDDHgLLoSIh/Qojz6cudUBN/HzS+ViZn0IZPRymAfg=";
 
   subPackages = [ "." ];