cloud-nuke 0.29.2 -> 0.29.4 https://github.com/gruntwork-io/cloud-nuke/releases attrpath: cloud-nuke Checking auto update branch... No auto update branch exists Old version 0.29.2" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "cloud-nuke"; version = "0.29.4"; src = fetchFromGitHub { owner = "gruntwork-io"; repo = pname; rev = "v${version}"; hash = "sha256-qQrgeUmsCOLlmeU4kwtovo/3cK9Vqzeng7W9M+j+hdk="; }; vendorHash = "sha256-6+uQAEp+fRlRrwfJR0eDMXs0mEQwzWadLxCrXrDREhs="; ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ]; doCheck = false; meta = with lib; { homepage = "https://github.com/gruntwork-io/cloud-nuke"; description = "A tool for cleaning up your cloud accounts by nuking (deleting) all resources within it"; license = licenses.mit; maintainers = [ maintainers.marsam ]; }; }