Unverified Commit 4920f393 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

evcc: 0.131.10 -> 0.131.11 (#365026)

parents b2c56b95 6162f433
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "evcc";
  version = "0.131.10";
  version = "0.131.11";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = "evcc";
    rev = version;
    hash = "sha256-wQGc9hVc2g3Z4oDXwTo8QjNekmjUrGsKFKZxVvlXjkc=";
    hash = "sha256-fzob2r5VJczle+qevLeTefUAVLgn4sEUVvydnbvbrQI=";
  };

  vendorHash = "sha256-xravbTVzmS7loLKtzuT3Yw7FkEnDFLw+GrwnAVV36Yw=";