evcc: don't specify a commit

This fixes the release notes link on the webinterface.

Closes: #453624
This commit is contained in:
Martin Weinelt
2025-10-20 00:32:12 +02:00
parent 337fe8e9d1
commit d2ac498e4b
-1
View File
@@ -83,7 +83,6 @@ buildGo125Module rec {
ldflags = [
"-X github.com/evcc-io/evcc/util.Version=${version}"
"-X github.com/evcc-io/evcc/util.Commit=${src.tag}"
"-s"
"-w"
];