helmsman 3.16.1 -> 3.16.4 https://repology.org/metapackage/helmsman/versions attrpath: helmsman Checking auto update branch... No auto update branch exists Old version 3.16.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, ... }: buildGoModule rec { pname = "helmsman"; version = "3.16.4"; src = fetchFromGitHub { owner = "Praqma"; repo = "helmsman"; rev = "v${version}"; sha256 = "sha256-8hv68O4U9bPjqqtVOpmY3DwfeTGEZJGVkzIyYhS14aM="; }; vendorHash = "sha256-aSpv4TGp0YLdk/RYEvfYswlEWnv8sy9iflXGGCcKPHs="; doCheck = false; meta = with lib; { description = "Helm Charts (k8s applications) as Code tool"; homepage = "https://github.com/Praqma/helmsman"; license = licenses.mit; maintainers = with maintainers; [ lynty ]; platforms = platforms.unix; }; }