acorn 0.7.0 -> 0.7.1 https://repology.org/project/acorn-application-deployment/versions attrpath: acorn Checking auto update branch... No auto update branch exists Old version 0.7.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "acorn"; version = "0.7.1"; src = fetchFromGitHub { owner = "acorn-io"; repo = pname; rev = "v${version}"; hash = "sha256-ERB9RwvBcZ+G+UqR0Wv+HCkrc8tJQdamIeg7ZfKx8jQ="; }; vendorHash = "sha256-iiyWYGoW0vno/C5qZVvtYypbVpjJwWydMo4+HxXy8IM="; ldflags = [ "-s" "-w" "-X github.com/acorn-io/acorn/pkg/version.Tag=v${version}" ]; # integration tests require network and kubernetes master doCheck = false; meta = with lib; { homepage = "https://docs.acorn.io"; changelog = "https://github.com/acorn-io/${pname}/releases/tag/v${version}"; description = "A simple application deployment framework for Kubernetes"; license = licenses.asl20; maintainers = with maintainers; [ urandom ]; }; }