kubelogin 0.0.24 -> 0.0.25 https://github.com/Azure/kubelogin/releases attrpath: kubelogin Checking auto update branch... No auto update branch exists Old version 0.0.24" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule, go }: buildGoModule rec { pname = "kubelogin"; version = "0.0.25"; src = fetchFromGitHub { owner = "Azure"; repo = pname; rev = "v${version}"; sha256 = "sha256-28snlCqvQ0aF7DHjeHWyjOYuy2wHd2EqEDqmst9MQLc="; }; vendorSha256 = "sha256-mjIB0ITf296yDQJP46EI6pLYkZfyU3yzD9iwP0iIXvQ="; ldflags = [ "-X main.version=${version}" "-X main.goVersion=${lib.getVersion go}" ]; meta = with lib; { description = "A Kubernetes credential plugin implementing Azure authentication"; inherit (src.meta) homepage; license = licenses.mit; maintainers = with maintainers; [ yurrriq ]; }; }