gotestwaf: refactor

This commit is contained in:
Fabian Affolter 2024-01-26 08:03:33 +01:00 committed by GitHub
parent 2d2dfe7e7b
commit 9a050d1f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "wallarm";
repo = pname;
repo = "gotestwaf";
rev = "refs/tags/v${version}";
hash = "sha256-G/1X7kq5n04dYoluvlIswOCE/BvhgZwyXCbPrKIE/SY=";
};
@ -22,6 +22,8 @@ buildGoModule rec {
doCheck = false;
ldflags = [
"-w"
"-s"
"-X=github.com/wallarm/gotestwaf/internal/version.Version=v${version}"
];