2022-12-03T09:15:37 atlantis 0.20.1 -> 0.21.0 https://repology.org/metapackage/atlantis/versions 2022-12-03T09:15:41 attrpath: atlantis 2022-12-03T09:15:41 Checking auto update branch... 2022-12-03T09:15:41 An auto update branch exists with message `atlantis: 0.20.1 -> 0.21.0`. New version is 0.21.0. 2022-12-03T09:15:41 An auto update branch exists with an equal or greater version 2022-12-03T16:35:29 atlantis 0.20.1 -> 0.21.0 https://github.com/runatlantis/atlantis/releases 2022-12-03T16:35:31 attrpath: atlantis 2022-12-03T16:35:31 Checking auto update branch... 2022-12-03T16:35:32 No auto update branch exists 2022-12-03T16:35:32 Old version 0.20.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "atlantis"; version = "0.21.0"; src = fetchFromGitHub { owner = "runatlantis"; repo = "atlantis"; rev = "v${version}"; sha256 = "sha256-wDyRXdlkZEzdqVSGYSzLroqMWZDTpPzsu94Mx7lvh2I="; }; vendorSha256 = "sha256-I3fKo4lsNGQTTi8a6de85rVGoTEvr8wwE2y4OQHks7o="; subPackages = [ "." ]; doInstallCheck = true; installCheckPhase = '' $out/bin/atlantis version | grep ${version} > /dev/null ''; meta = with lib; { homepage = "https://github.com/runatlantis/atlantis"; description = "Terraform Pull Request Automation"; license = licenses.asl20; maintainers = with maintainers; [ jpotier ]; }; }