woodpecker-agent 0.15.8 -> 0.15.9 https://github.com/woodpecker-ci/woodpecker/releases attrpath: woodpecker-agent Checking auto update branch... No auto update branch exists Old version 0.15.8" not present in master derivation file with contents: { lib, buildGoModule, callPackage, fetchFromGitHub }: let common = callPackage ./common.nix { }; in buildGoModule { pname = "woodpecker-agent"; inherit (common) version src ldflags postBuild; vendorSha256 = null; subPackages = "cmd/agent"; CGO_ENABLED = 0; meta = common.meta // { description = "Woodpecker Continuous Integration agent"; }; }