bearer: fix version

This commit is contained in:
figsoda 2023-05-29 14:05:21 -04:00
parent 300dbaff42
commit 6ed04dd916

View File

@ -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";