Unverified Commit caa3cce6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent a2e2972f
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=";