mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
bearer: fix version
This commit is contained in:
parent
300dbaff42
commit
6ed04dd916
@ -23,10 +23,9 @@ buildGoModule rec {
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
"-X=github.com/bearer/bearer/cmd/bearer/build.Version=${version}"
|
||||
];
|
||||
|
||||
# doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks";
|
||||
homepage = "https://github.com/bearer/bearer";
|
||||
|
Loading…
Reference in New Issue
Block a user