evcc: 0.126.4 -> 0.126.5

https://github.com/evcc-io/evcc/releases/tag/0.126.5
(cherry picked from commit f315095bd6)
This commit is contained in:
Martin Weinelt 2024-05-29 21:45:30 +02:00 committed by github-actions[bot]
parent 63dacb46bf
commit 9ccd5056af

View File

@ -21,13 +21,13 @@ in
buildGoModule rec {
pname = "evcc";
version = "0.126.4";
version = "0.126.5";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-GDAj85zIrhu6XsY/XV1wKPtHNkj3bm3ooDcQaQeMHW0=";
hash = "sha256-hw8DImLXFwTEAyPEFUVnyNPXrQTfEk7OOk+w/izJz9s=";
};
vendorHash = "sha256-gfKJiZ7wSFWEEB/UCAbH18jdZdgG/58q3Yj0FQqMH8E=";