We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81e2ec5 + 2908a24 commit de02c23Copy full SHA for de02c23
pkgs/by-name/wo/woodpecker-plugin-git/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "woodpecker-plugin-git";
11
- version = "2.6.3";
+ version = "2.6.4";
12
13
src = fetchFromGitHub {
14
owner = "woodpecker-ci";
15
repo = "plugin-git";
16
tag = version;
17
- hash = "sha256-8CioqP0+L4DMF3S7QOGAmq3Uj0WAi0W7jhw0HNWVPwQ=";
+ hash = "sha256-iCB2GQ8SpuW+uT8RyMNb6cq4bbWIeMO069yq4a+nIVI=";
18
};
19
20
- vendorHash = "sha256-X9cpR45fB4HqTn3TiehAw6J7G2lXAQ3OfxRh5N+ceFc=";
+ vendorHash = "sha256-Zn2TYNyKvtmtEAlKmWBhjyzHiM0dwDT3E/LOtSzjFK0=";
21
22
env.CGO_ENABLED = "0";
23
0 commit comments