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