woodpecker-plugin-git: 2.6.4 -> 2.6.5 (#414833)

This commit is contained in:
Bruno BELANYI 2025-06-07 22:19:52 +01:00 committed by GitHub
commit bb85b94d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "woodpecker-plugin-git";
version = "2.6.4";
version = "2.6.5";
src = fetchFromGitHub {
owner = "woodpecker-ci";
repo = "plugin-git";
tag = version;
hash = "sha256-iCB2GQ8SpuW+uT8RyMNb6cq4bbWIeMO069yq4a+nIVI=";
hash = "sha256-9eTkdhlgY7hDqzbgBeoW6mITYsEJFcnRcilruD6wzU4=";
};
vendorHash = "sha256-Zn2TYNyKvtmtEAlKmWBhjyzHiM0dwDT3E/LOtSzjFK0=";