bearer 1.15.0 -> 1.16.0 https://github.com/bearer/bearer/releases attrpath: bearer Checking auto update branch... No auto update branch exists Old version 1.15.0" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , testers , bearer }: buildGoModule rec { pname = "bearer"; version = "1.16.0"; src = fetchFromGitHub { owner = "bearer"; repo = "bearer"; rev = "refs/tags/v${version}"; hash = "sha256-u6dekNeUkqpnDmO1T9p90B1MfugQlvkFXQXyBC3dLVc="; }; vendorHash = "sha256-eusdAz70KtkcizOayT7R426ZlHjuhmpq0/ZnL+2MJlU="; subPackages = [ "cmd/bearer" ]; ldflags = [ "-s" "-w" "-X=github.com/bearer/bearer/cmd/bearer/build.Version=${version}" ]; passthru.tests = { version = testers.testVersion { package = bearer; command = "bearer version"; }; }; meta = with lib; { description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks"; homepage = "https://github.com/bearer/bearer"; changelog = "https://github.com/Bearer/bearer/releases/tag/v${version}"; license = with licenses; [ elastic ]; maintainers = with maintainers; [ fab ]; }; }