git-credential-gopass: 1.15.12 -> 1.15.13
Diff: https://github.com/gopasspw/git-credential-gopass/compare/v1.15.12...v1.15.13 Changelog: https://github.com/gopasspw/git-credential-gopass/blob/v1.15.13/CHANGELOG.md
This commit is contained in:
parent
5b6b6d8ce5
commit
e4549d8528
2 changed files with 4 additions and 15 deletions
|
@ -2,30 +2,21 @@
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, gopass
|
, gopass
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "git-credential-gopass";
|
pname = "git-credential-gopass";
|
||||||
version = "1.15.12";
|
version = "1.15.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gopasspw";
|
owner = "gopasspw";
|
||||||
repo = "git-credential-gopass";
|
repo = "git-credential-gopass";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-5j5+so4LT3x+epEZf9OVn/kLNHBk2ENQxxRrzbziEA4=";
|
hash = "sha256-X2i0w5sJXteCI1F1PAtIzElAD51I/nk1DPkBlQV5fxs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
vendorHash = "sha256-s1Zouw1619DbGjnZY26N6En91lzDaeDRZmul/te2z7M=";
|
||||||
# go mod tidy. Remove with next release
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/gopasspw/git-credential-gopass/commit/88d11d2b1b49f00b7fba9a917cf90f7ea14c9d1b.patch";
|
|
||||||
hash = "sha256-mXxI9GXan0zYL8msL83VLqxOp4oAOwMyCOFaUOLAg5E=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
vendorHash = "sha256-y1PH0+tt/kcHw2I4LWD2XfLud3JtsYqrRd/yVRPdaTA=";
|
|
||||||
|
|
||||||
subPackages = [ "." ];
|
subPackages = [ "." ];
|
||||||
|
|
||||||
|
|
|
@ -4021,9 +4021,7 @@ with pkgs;
|
||||||
|
|
||||||
gopass-jsonapi = callPackage ../tools/security/gopass/jsonapi.nix { };
|
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 = buildGo122Module;
|
|
||||||
};
|
|
||||||
|
|
||||||
gopass-summon-provider = callPackage ../tools/security/gopass/summon.nix {
|
gopass-summon-provider = callPackage ../tools/security/gopass/summon.nix {
|
||||||
buildGoModule = buildGo122Module;
|
buildGoModule = buildGo122Module;
|
||||||
|
|
Loading…
Reference in a new issue