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

evcc: 0.300.5 -> 0.300.8 (#485614)

parents 864c6196 a3da642b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@
}:

let
  version = "0.300.5";
  version = "0.300.8";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = "evcc";
    tag = version;
    hash = "sha256-TRd7usz3+a9h8f/waLKqlu6RuF/GsU9LdCx1NRGWIDA=";
    hash = "sha256-IbyE9Y9crdoaPy1/PkKaA1iOAUFOf2cYzoB9Cj3luSo=";
  };

  vendorHash = "sha256-IB3DqaUbdrqnYQpyHtnvY37xjbRvTvNOV39b8wciuTA=";
  vendorHash = "sha256-j+tmZeVUqUpETIg8ILlxRRdN5/OV8pYmgH2FM1uweAY=";

  commonMeta = {
    license = lib.licenses.mit;
@@ -52,7 +52,7 @@ buildGo125Module rec {

  npmDeps = fetchNpmDeps {
    inherit src;
    hash = "sha256-AXsF0rkaf6giDhJT2f/MMyCd6Ozgepx8do7fpl/CyNs=";
    hash = "sha256-DGDPbc/N+c3lt1rIx/nAt1i44J//egPQXGWH7tomJTw=";
  };

  nativeBuildInputs = [