Skip to content

Commit 2908a24

Browse files
committed
woodpecker-plugin-git: 2.6.3 -> 2.6.4
1 parent 3f62a1c commit 2908a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wo/woodpecker-plugin-git/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "woodpecker-plugin-git";
11-
version = "2.6.3";
11+
version = "2.6.4";
1212

1313
src = fetchFromGitHub {
1414
owner = "woodpecker-ci";
1515
repo = "plugin-git";
1616
tag = version;
17-
hash = "sha256-8CioqP0+L4DMF3S7QOGAmq3Uj0WAi0W7jhw0HNWVPwQ=";
17+
hash = "sha256-iCB2GQ8SpuW+uT8RyMNb6cq4bbWIeMO069yq4a+nIVI=";
1818
};
1919

20-
vendorHash = "sha256-X9cpR45fB4HqTn3TiehAw6J7G2lXAQ3OfxRh5N+ceFc=";
20+
vendorHash = "sha256-Zn2TYNyKvtmtEAlKmWBhjyzHiM0dwDT3E/LOtSzjFK0=";
2121

2222
env.CGO_ENABLED = "0";
2323

0 commit comments

Comments
 (0)