pluto 5.16.0 -> 5.16.1 https://github.com/FairwindsOps/pluto/releases attrpath: pluto Checking auto update branch... No auto update branch exists Old version 5.16.0" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "pluto"; version = "5.16.1"; src = fetchFromGitHub { owner = "FairwindsOps"; repo = "pluto"; rev = "v${version}"; sha256 = "sha256-UCq+aMUffvDWmPtSSc/PNbrak1LGWQe8Oe340O5q6LM="; }; vendorHash = "sha256-0VFCZ+U0W21tF35148Valpc7fDXkC9dPpz1O0+4D30U="; ldflags = [ "-w" "-s" "-X main.version=v${version}" ]; meta = with lib; { homepage = "https://github.com/FairwindsOps/pluto"; description = "Find deprecated Kubernetes apiVersions"; license = licenses.asl20; maintainers = with maintainers; [ peterromfeldhk ]; }; }