Unverified Commit bbaa922e authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #244195 from mweinelt/evcc-0.118.9

evcc: 0.118.8 -> 0.118.9
parents 7e6d24c6 ee1c36f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

buildGoModule rec {
  pname = "evcc";
  version = "0.118.8";
  version = "0.118.9";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = pname;
    rev = version;
    hash = "sha256-VEXmPqvWAXS39USXqJi8wWsqFa3HphB6zYgFeMA9s2g=";
    hash = "sha256-y92kxFCKsLZmLVvgTjYsIVo8qVA/QRMGSChMtY8Go2g=";
  };

  vendorHash = "sha256-0NTOit1nhX/zxQjHwU7ZOY1GsoIu959/KICCEWyfIQ4=";