Merge pull request #244195 from mweinelt/evcc-0.118.9

evcc: 0.118.8 -> 0.118.9
This commit is contained in:
Felix Bühler 2023-07-23 19:38:07 +02:00 committed by GitHub
commit bbaa922e7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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=";