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

Merge pull request #276942 from mweinelt/evcc-0.123.1

evcc: 0.123.0 -> 0.123.1
parents 1785cf64 01eb6f2b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildGoModule rec {
  pname = "evcc";
  version = "0.123.0";
  version = "0.123.1";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = pname;
    rev = version;
    hash = "sha256-jqlGjDwi+QGh5gmYVoSlxQjyKvNrE9nmSfh1cOlwnoM=";
    hash = "sha256-12xRdyBil5sTUqxmjw3af9bLdO+LTI+8qwnDQYYm9NA=";
  };

  vendorHash = "sha256-rhGMN5v+JzNg1p2GptomDDtqS7M4EafROXXy185qtmU=";