treefmt2: fix -X flags (#356135)

This commit is contained in:
Brian McGee 2024-11-15 15:00:47 +00:00 committed by GitHub
parent 65ef03035d
commit a8eb04832b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,8 +19,8 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X git.numtide.com/numtide/treefmt/build.Name=treefmt"
"-X git.numtide.com/numtide/treefmt/build.Version=v${version}"
"-X github.com/numtide/treefmt/build.Name=treefmt"
"-X github.com/numtide/treefmt/build.Version=v${version}"
];
meta = {