git-credential-gopass: 1.12.0 → 1.14.3

This commit is contained in:
Nikolay Korotkiy 2022-06-25 17:55:21 +03:00
parent 41c91c48ee
commit 48be43524e
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5
2 changed files with 6 additions and 4 deletions

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "git-credential-gopass";
version = "1.12.0";
version = "1.14.3";
src = fetchFromGitHub {
owner = "gopasspw";
repo = pname;
rev = "v${version}";
sha256 = "sha256-IvYxpUMclDAKJ/EkRbNrX8eIFyhtY9Q0B0RipweieZA=";
sha256 = "sha256-ggdQL8BU56zE5figmbfHKlZ7WGZ7z5nKunXTy3kn170=";
};
vendorSha256 = "sha256-N6eU6KsnUrYBK90ydwUH8LNkR9KRjgc4ciGOGvy7pw8=";
vendorSha256 = "sha256-fwqkiPzrfo83NweuGONRx8+MOE4wQxg2Xk4/1kZwnCM=";
subPackages = [ "." ];

View file

@ -2497,7 +2497,9 @@ with pkgs;
gopass-jsonapi = callPackage ../tools/security/gopass/jsonapi.nix { };
git-credential-gopass = callPackage ../tools/security/gopass/git-credential.nix { };
git-credential-gopass = callPackage ../tools/security/gopass/git-credential.nix {
buildGoModule = buildGo118Module;
};
gopass-summon-provider = callPackage ../tools/security/gopass/summon.nix { };