Unverified Commit 0c9181de authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #309142 from mweinelt/evcc-0.126.2

evcc: 0.126.1 -> 0.126.2
parents 1711bf67 2587c743
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ in

buildGoModule rec {
  pname = "evcc";
  version = "0.126.1";
  version = "0.126.2";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = "evcc";
    rev = version;
    hash = "sha256-qNH1YdKQZptTGGOf/Nh4pBOpWCSgnq+JltF2OjlVGDk=";
    hash = "sha256-jeOlBHCPn+k+rXADm0hcGqg+7qn8FOJKnCfSwZazRl8=";
  };

  vendorHash = "sha256-jJOxFkoVBT1NrnhntHPa2/irjHD09zKbtNDQoyelJp4=";
@@ -78,6 +78,7 @@ buildGoModule rec {
    # requires network access
    rm meter/template_test.go
    rm charger/template_test.go
    rm tariff/template_test.go
  '';

  passthru = {