git-credential-gopass: 1.15.5 -> 1.15.7
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.5...v1.15.7 Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.7/CHANGELOG.md
This commit is contained in:
parent
32225a2638
commit
73aa1ca9c2
1 changed files with 4 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "git-credential-gopass";
|
||||
version = "1.15.5";
|
||||
version = "1.15.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gopasspw";
|
||||
repo = "git-credential-gopass";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-jjW+mqGklnQsX+nznEeehrIMoJ3MX1H5aF7LAePY2g0=";
|
||||
hash = "sha256-O8lqrvaFfcFHevZpRf+VbIQCBQUuc+B34OmQ3/VIOzI=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-BXzXpG1Dy25IBf8EzgzOnFcbEvQGVhO8jgR/t6IKgPw=";
|
||||
vendorHash = "sha256-gb9AZBh5oUAiuCXbsvkmYxcHRNd9KLYq35nMd4iabKw=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
@ -34,6 +34,7 @@ buildGoModule rec {
|
|||
meta = with lib; {
|
||||
description = "Manage git credentials using gopass";
|
||||
homepage = "https://github.com/gopasspw/git-credential-gopass";
|
||||
changelog = "https://github.com/gopasspw/git-credential-gopass/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ benneti ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue