Loading pkgs/development/tools/continuous-integration/woodpecker-plugin-git/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , testers , woodpecker-plugin-git }: buildGoModule rec { pname = "woodpecker-plugin-git"; version = "2.1.0"; src = fetchFromGitHub { owner = "woodpecker-ci"; repo = "plugin-git"; rev = "refs/tags/${version}"; hash = "sha256-k9w87zt021F6c4GD8kIpqC2ZjpPBiyvJO80z81TKtnE="; }; vendorHash = "sha256-63Ly/9yIJu2K/DwOfGs9pYU3fokbs2senZkl3MJ1UIY="; CGO_ENABLED = "0"; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; # Checks fail because they require network access. doCheck = false; passthru.tests.version = testers.testVersion { package = woodpecker-plugin-git; }; meta = with lib; { description = "Woodpecker plugin for cloning Git repositories."; homepage = "https://woodpecker-ci.org/"; changelog = "https://github.com/woodpecker-ci/plugin-git/releases/tag/${version}"; license = licenses.asl20; mainProgram = "plugin-git"; maintainers = with maintainers; [ ambroisie ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14062,6 +14062,8 @@ with pkgs; woodpecker-pipeline-transform = callPackage ../development/tools/continuous-integration/woodpecker-pipeline-transform { }; woodpecker-plugin-git = callPackage ../development/tools/continuous-integration/woodpecker-plugin-git { }; woodpecker-server = callPackage ../development/tools/continuous-integration/woodpecker/server.nix { woodpecker-frontend = callPackage ../development/tools/continuous-integration/woodpecker/frontend.nix { }; }; Loading
pkgs/development/tools/continuous-integration/woodpecker-plugin-git/default.nix 0 → 100644 +42 −0 Original line number Diff line number Diff line { lib , buildGoModule , fetchFromGitHub , testers , woodpecker-plugin-git }: buildGoModule rec { pname = "woodpecker-plugin-git"; version = "2.1.0"; src = fetchFromGitHub { owner = "woodpecker-ci"; repo = "plugin-git"; rev = "refs/tags/${version}"; hash = "sha256-k9w87zt021F6c4GD8kIpqC2ZjpPBiyvJO80z81TKtnE="; }; vendorHash = "sha256-63Ly/9yIJu2K/DwOfGs9pYU3fokbs2senZkl3MJ1UIY="; CGO_ENABLED = "0"; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; # Checks fail because they require network access. doCheck = false; passthru.tests.version = testers.testVersion { package = woodpecker-plugin-git; }; meta = with lib; { description = "Woodpecker plugin for cloning Git repositories."; homepage = "https://woodpecker-ci.org/"; changelog = "https://github.com/woodpecker-ci/plugin-git/releases/tag/${version}"; license = licenses.asl20; mainProgram = "plugin-git"; maintainers = with maintainers; [ ambroisie ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14062,6 +14062,8 @@ with pkgs; woodpecker-pipeline-transform = callPackage ../development/tools/continuous-integration/woodpecker-pipeline-transform { }; woodpecker-plugin-git = callPackage ../development/tools/continuous-integration/woodpecker-plugin-git { }; woodpecker-server = callPackage ../development/tools/continuous-integration/woodpecker/server.nix { woodpecker-frontend = callPackage ../development/tools/continuous-integration/woodpecker/frontend.nix { }; };