woodpecker-plugin-git: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm 2024-07-26 16:38:28 +00:00
parent 8b41014ce0
commit 4f441c2408

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "woodpecker-plugin-git";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "woodpecker-ci";
repo = "plugin-git";
rev = "refs/tags/${version}";
hash = "sha256-vGJk9IfpuZp0FNLzojFiUGvOpj7EP4cr9ylIoUbddmY=";
hash = "sha256-61WjfeHc8Qyl3RqgafVe1/y8cBOnL8i/fHOAIP4RCdI=";
};
vendorHash = "sha256-rUXi3oaawTJoGPmVxmdR1v2eh8BIvCBjxJBz3XRygEg=";