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 = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
"-w"
|
"-w"
|
||||||
|
"-X=github.com/bearer/bearer/cmd/bearer/build.Version=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
# doCheck = false;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks";
|
description = "Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks";
|
||||||
homepage = "https://github.com/bearer/bearer";
|
homepage = "https://github.com/bearer/bearer";
|
||||||
|
|
Loading…
Reference in a new issue