Unverified Commit d2ac498e authored by Martin Weinelt's avatar Martin Weinelt
Browse files

evcc: don't specify a commit

This fixes the release notes link on the webinterface.

Closes: #453624
parent 337fe8e9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"
  ];