Merge pull request #263030 from r-ryantm/auto-update/woodpecker-plugin-git

woodpecker-plugin-git: 2.1.1 -> 2.2.0
This commit is contained in:
Nick Cao 2023-10-23 22:06:36 -04:00 committed by GitHub
commit c9aacf2471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "woodpecker-plugin-git";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "woodpecker-ci";
repo = "plugin-git";
rev = "refs/tags/${version}";
hash = "sha256-siPLI463qUQs9tBMlmrMv6G5ry0JrEEIelpid9/cf88=";
hash = "sha256-BQG1+icfV21qZCwgNvLQm8+1f5WF8owKnQKTIF7O80A=";
};
vendorHash = "sha256-ol5k37gGFsyeEnGOVcJaerkIejShHyNCBu4RZ8WyHvU=";