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

Merge pull request #228112 from mweinelt/evcc

evcc: 0.116.3 -> 0.116.4
parents 938afbb9 caa3cce6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ lib
, buildGo120Module
, buildGoModule
, fetchFromGitHub
, fetchNpmDeps
, cacert
@@ -14,15 +14,15 @@
, stdenv
}:

buildGo120Module rec {
buildGoModule rec {
  pname = "evcc";
  version = "0.116.3";
  version = "0.116.4";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = pname;
    rev = version;
    hash = "sha256-w4AExQmItvSbUSGBOnoyP4rGnEYsyFUU9Y+lF+0xGVc=";
    hash = "sha256-zNTDqokPjPtgBXEy81c1gl2WsbBf9FehJ5y75cYVlQ8=";
  };

  vendorHash = "sha256-lu6/tRf9o0n13lVsT9OBxc6Ytz3IVEE16vLZ+pZ4Czk=";