git-credential-gopass: 1.15.10 -> 1.15.11
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.10...v1.15.11 Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.11/CHANGELOG.md
This commit is contained in:
parent
4e7e617d4e
commit
d606011abb
1 changed files with 3 additions and 3 deletions
|
@ -7,16 +7,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "git-credential-gopass";
|
pname = "git-credential-gopass";
|
||||||
version = "1.15.10";
|
version = "1.15.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gopasspw";
|
owner = "gopasspw";
|
||||||
repo = "git-credential-gopass";
|
repo = "git-credential-gopass";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-DQPjnCwpFOKN0ObPXPbwy7GK1VsPSj+pcLKjfSPPPRo=";
|
hash = "sha256-qnWgrpcj3DZQu5haP/5xqoO7eogkRjBmc8XpgFFNT6I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-gvnBlf0JfdrHSHTF+OQxBHFER5F910mruzCa/prvIYA=";
|
vendorHash = "sha256-bit4+YgQ+Y/TA2q7KdZwYTE3ZKBwL6tUam+tHzBMiQw=";
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue