12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-18kXDdkwT0bINpwQ5sG+ic0ZFJS/vBMidzo67/C/fbM=";
19 vendorHash = "sha256-UbXKMeia6j5xARzO8GjRiDn6GGYz7gjEIdP8ylvJGT4=";
28 "-X=github.com/bearer/bearer/cmd/bearer/build.Version=${version}"
32 version = testers.testVersion {
34 command = "bearer version";
39 description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks";
40 homepage = "https://github.com/bearer/bearer";
41 changelog = "https://github.com/Bearer/bearer/releases/tag/v${version}";
42 license = with licenses; [ elastic20 ];
43 maintainers = with maintainers; [ fab ];