Skip to content

Commit

Permalink
Merge pull request #249559 from ambroisie/update-woodpecker
Browse files Browse the repository at this point in the history
woodpecker-*: 1.0.1 -> 1.0.2
  • Loading branch information
risicle authored Aug 16, 2023
2 parents 214c9de + 30280ee commit 738688f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ lib, fetchFromGitHub }:
let
version = "1.0.1";
srcHash = "sha256-uwKLD3fW/em6UMkkyrWxAo7T//Hkzj6WjIp5qJVtBuc=";
vendorHash = "sha256-NYWJorVeRxbQTiirHK8gqpDddn2RsKsNWwDNdcONVQA=";
version = "1.0.2";
srcHash = "sha256-OeOKR9lTGXU2qumyXq3s/CI56IX4XiI/ZTRHNoY6MEI=";
vendorHash = "sha256-+2wQKNyCb9xtB1TeE1/oSMEvKoXVX9ARZxsNqE2rfrg=";
yarnHash = "sha256-QNeQwWU36A05zaARWmqEOhfyZRW68OgF4wTonQLYQfs=";
in
{
Expand Down Expand Up @@ -31,6 +31,7 @@ in

meta = with lib; {
homepage = "https://woodpecker-ci.org/";
changelog = "https://github.com/woodpecker-ci/woodpecker/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ ambroisie techknowlogick adamcstephens ];
};
Expand Down

0 comments on commit 738688f

Please sign in to comment.