2022-12-05T08:09:36 devspace 6.1.1 -> 6.2.1 https://repology.org/metapackage/devspace/versions 2022-12-05T08:09:38 attrpath: devspace 2022-12-05T08:09:38 Checking auto update branch... 2022-12-05T08:09:38 No auto update branch exists 2022-12-05T08:09:39 Old version 6.1.1" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "devspace"; version = "6.2.1"; src = fetchFromGitHub { owner = "loft-sh"; repo = "devspace"; rev = "v${version}"; sha256 = "sha256-V/LaK4pzML5tYaT5YBMsYgzGzsoJ6tkAOo2mGlEkJWQ="; }; vendorSha256 = null; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; # Check are disable since they requiered a working K8S cluster # TODO: add a nixosTest to be able to perform the package check doCheck = false; meta = with lib; { description = "DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster"; homepage = "https://devspace.sh/"; changelog = "https://github.com/loft-sh/devspace/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ darkonion0 ]; }; }