diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2023-11-25 04:20:00 +0000 |
|---|---|---|
| committer | Mario Rodas <marsam@users.noreply.github.com> | 2023-11-25 04:20:00 +0000 |
| commit | 05663b6a89ec91baba3463f254c5b326ec19aa4e (patch) | |
| tree | 9ec66c1fce0b8b4567756ffda10f381ef07eb685 | |
| parent | gopass-jsonapi: 1.15.9 -> 1.15.10 (diff) | |
| download | nixpkgs-05663b6a89ec91baba3463f254c5b326ec19aa4e.tar.gz | |
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
| -rw-r--r-- | pkgs/tools/security/gopass/git-credential.nix | 6 |
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 5c38ed942233..038cdaf84167 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 = [ "." ]; |
