Merge pull request #288970 from a-n-n-a-l-e-e/plumber-remove-version-flag

plumber: remove unneeded compile flag
This commit is contained in:
a-n-n-a-l-e-e
2024-02-14 23:32:01 -08:00
committed by GitHub
-2
View File
@@ -22,8 +22,6 @@ buildGoModule rec {
"-s"
"-w"
"-X github.com/streamdal/plumber/options.VERSION=${version}"
# remove once module in go.mod is renamed to github.com/batchcorp/streamdal
"-X github.com/batchcorp/plumber/options.VERSION=${version}"
];
meta = with lib; {