2022-12-22T22:21:44 drone-oss 2.15.0 -> 2.16.0 https://github.com/harness/drone/releases 2022-12-22T22:21:47 attrpath: drone-oss 2022-12-22T22:21:47 Checking auto update branch... 2022-12-22T22:21:47 No auto update branch exists 2022-12-22T22:21:47 Old version 2.15.0" not present in master derivation file with contents: { lib , fetchFromGitHub , buildGoModule , enableUnfree ? true }: buildGoModule rec { pname = "drone.io${lib.optionalString (!enableUnfree) "-oss"}"; version = "2.16.0"; src = fetchFromGitHub { owner = "harness"; repo = "drone"; rev = "v${version}"; sha256 = "sha256-bNvXAcFMPK8C/QN7VTdnicewRfaEtyJ45MhQSTNYp3U="; }; vendorSha256 = "sha256-9EKXMy9g3kTpHer27ouuFDjh7zSEeBcpI8nH1VkMA9M="; tags = lib.optionals (!enableUnfree) [ "oss" "nolimit" ]; doCheck = false; meta = with lib; { maintainers = with maintainers; [ elohmeier vdemeester techknowlogick ]; license = with licenses; if enableUnfree then unfreeRedistributable else asl20; description = "Continuous Integration platform built on container technology"; }; }