about summary refs log tree commit diff
path: root/pkgs/tools/security/gopass
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-09-12 21:04:04 +0200
committerGitHub <noreply@github.com>2022-09-12 21:04:04 +0200
commit4754ad06b4d5fdee4ffee4de84b28cc67fd25bf6 (patch)
treef5556df27a9d41970904d0c6416e60cc02832898 /pkgs/tools/security/gopass
parent3c263e491c5cbeb52f2b7ef0b569defee84c9ac5 (diff)
parent7a6a8b41fc4eeb26eaf77936470b908230c19965 (diff)
Merge pull request #190761 from benneti/gopass-git
git-credential-gopass: 1.14.3 -> 1.14.6
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 9877131d0a345..b8e58ba31b58e 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.3";
+  version = "1.14.6";
 
   src = fetchFromGitHub {
     owner = "gopasspw";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ggdQL8BU56zE5figmbfHKlZ7WGZ7z5nKunXTy3kn170=";
+    sha256 = "sha256-sguhKK3YBVitv4/tFLZtto2ZgUXWDdCKMksKC3zVgrY=";
   };
 
-  vendorSha256 = "sha256-fwqkiPzrfo83NweuGONRx8+MOE4wQxg2Xk4/1kZwnCM=";
+  vendorSha256 = "sha256-OADJVtnggv3y5tjyiJxhKQsWs0svLN63M1wCOqBEKpU=";
 
   subPackages = [ "." ];