jumppad 0.5.28 -> 0.5.31 https://github.com/jumppad-labs/jumppad/releases attrpath: jumppad Checking auto update branch... No auto update branch exists Old version 0.5.28" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "jumppad"; version = "0.5.31"; src = fetchFromGitHub { owner = "jumppad-labs"; repo = pname; rev = "v${version}"; hash = "sha256-2BdhJ11Mwd2w8VZfGcGJc6GuaKrVKjCqXLDggiiwyt0="; }; vendorHash = "sha256-LneL4SzvcThfqqWdKpAU3mFAW1FVRTU9/T3l+yKBSME="; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; # Tests require a large variety of tools and resources to run including # Kubernetes, Docker, and GCC. doCheck = false; meta = with lib; { description = "A tool for building modern cloud native development environments"; homepage = "https://jumppad.dev"; license = licenses.mpl20; maintainers = with maintainers; [ cpcloud ]; }; }