Unverified Commit 64df3db0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #231238 from mweinelt/evcc-0.117.2

evcc: 0.117.1 -> 0.117.2
parents fbfa1ec9 cb1c6b57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildGoModule rec {
  pname = "evcc";
  version = "0.117.1";
  version = "0.117.2";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = pname;
    rev = version;
    hash = "sha256-y8hc/5z92mkIio8+UFan2PDLPyewty5GuFyIKO2IEo8=";
    hash = "sha256-GRwh5sBp3GlR9cMqRAKI0wuAFV9hB+ek3VRijceh+AU=";
  };

  vendorHash = "sha256-3EHdjRCzrty7BnaSG4TAf52jRl0AVS6baSl2XhYUH0A=";