2022-11-02T01:23:24 konf 0.4.0 -> 0.5.1 https://github.com/SimonTheLeg/konf-go/releases 2022-11-02T01:23:28 attrpath: konf 2022-11-02T01:23:28 Checking auto update branch... 2022-11-02T01:23:28 No auto update branch exists 2022-11-02T01:23:29 Old version 0.4.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "konf"; version = "0.5.1"; src = fetchFromGitHub { owner = "SimonTheLeg"; repo = "konf-go"; rev = "v${version}"; hash = "sha256-uzB3quuex00Gp7YRkgo7gF92oPcBoQtLwG6hqMzK6oo="; }; vendorHash = "sha256-sB3j19HrTtaRqNcooqNy8vBvuzxxyGDa7MOtiGoVgN8="; ldflags = [ "-s" "-w" ]; meta = with lib; { description = "Lightweight and blazing fast kubeconfig manager which allows to use different kubeconfigs at the same time"; homepage = "https://github.com/SimonTheLeg/konf-go"; license = licenses.asl20; maintainers = with maintainers; [ arikgrahl ]; }; }