woodpecker: 0.15.3 -> 0.15.5

This commit is contained in:
techknowlogick 2022-10-18 12:05:59 -04:00
parent 3203d30d9a
commit 14b63e7daa

View file

@ -1,8 +1,8 @@
{ lib, fetchFromGitHub }: { lib, fetchFromGitHub }:
let let
version = "0.15.3"; version = "0.15.5";
srcSha256 = "sha256-HOOH3H2SXLcT2oW/xL80TO+ZSI+Haulnznpb4hlCQow="; srcSha256 = "yaA2PKw4xuqd8vGXh/GhcJJHw4mJ1z97tWJTREE14ow=";
yarnSha256 = "sha256-x9g0vSoexfknqLejgcNIigmkFnqYsmhcQNTOStcj68o="; yarnSha256 = "1jpb4gblmknl81f6iclqg8ba82ca931q38xpm0kzki8y5ayk9n67";
in in
{ {
inherit version yarnSha256; inherit version yarnSha256;
@ -31,6 +31,6 @@ in
meta = with lib; { meta = with lib; {
homepage = "https://woodpecker-ci.org/"; homepage = "https://woodpecker-ci.org/";
license = licenses.asl20; license = licenses.asl20;
maintainers = with maintainers; [ ambroisie ]; maintainers = with maintainers; [ ambroisie techknowlogick ];
}; };
} }