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

Merge pull request #285392 from mweinelt/evcc-0.124.0

evcc: 0.123.9 -> 0.124.0
parents 0822b2fe fb9eaa82
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,20 +16,20 @@

buildGoModule rec {
  pname = "evcc";
  version = "0.123.9";
  version = "0.124.0";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = "evcc";
    rev = version;
    hash = "sha256-BiJo0XsEdggmAfIzl717yDarDhD6IadP9an1Xv9N3ww=";
    hash = "sha256-x6BsW4INahGFbFNprE1mZjlW/EoEMZgDIJACd9F+g6A=";
  };

  vendorHash = "sha256-1A87F6S4E87Uv05Ya4mA2B1QhJ1GEUtGx98/29m0LHI=";
  vendorHash = "sha256-/TlbjyKGpVqkQAStx8QaAxpWsVYs0yxBMantqelYkhw=";

  npmDeps = fetchNpmDeps {
    inherit src;
    hash = "sha256-a3AyqQ8GYP3g9KGbjtLHjHBrJGHg2sNjAQlMUa26pOY=";
    hash = "sha256-Tl08gscv8WaMG4XfIVUWqj76xICWwUTBDK0VSs2kwMk=";
  };

  nativeBuildInputs = [