2022-11-14T07:24:05 atmos 1.10.4 -> 1.13.1 https://repology.org/metapackage/atmos/versions 2022-11-14T07:24:07 attrpath: atmos 2022-11-14T07:24:08 Checking auto update branch... 2022-11-14T07:24:08 An auto update branch exists with message `atmos: 1.10.4 -> 1.13.1`. New version is 1.13.1. 2022-11-14T07:24:08 An auto update branch exists with an equal or greater version 2022-11-14T19:15:43 atmos 1.10.4 -> 1.13.1 https://github.com/cloudposse/atmos/releases 2022-11-14T19:15:45 attrpath: atmos 2022-11-14T19:15:45 Checking auto update branch... 2022-11-14T19:15:45 No auto update branch exists 2022-11-14T19:15:46 Old version 1.10.4" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "atmos"; version = "1.13.1"; src = fetchFromGitHub { owner = "cloudposse"; repo = pname; rev = "v${version}"; sha256 = "sha256-iL8quRwW4idY880aEM2rwXRh6JXIvMzlfBDcz2TgHjw="; }; vendorSha256 = "sha256-pr33Ya6cg3EKIVTBTY8DD0lyTMPF1FcRQK2jdyPiE44="; ldflags = [ "-s" "-w" "-X github.com/cloudposse/atmos/cmd.Version=v${version}" ]; preCheck = '' # Remove tests that depend on a network connection. rm -f pkg/vender/component_vendor_test.go ''; doCheck = true; doInstallCheck = true; installCheckPhase = '' runHook preInstallCheck $out/bin/atmos version | grep "v${version}" runHook postInstallCheck ''; meta = with lib; { homepage = "https://atmos.tools"; changelog = "https://github.com/cloudposse/atmos/releases/tag/v${version}"; description = "Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc)"; license = licenses.asl20; maintainers = with maintainers; [ rb ]; }; }