bearer: fix version
This commit is contained in:
parent
300dbaff42
commit
6ed04dd916
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue