evcc: 0.210.1 -> 0.210.2

https://github.com/evcc-io/evcc/releases/tag/0.210.2
This commit is contained in:
Martin Weinelt
2025-11-27 16:45:40 +01:00
parent 967aeb6a07
commit 1a61ecf03c
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.210.1";
version = "0.210.2";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-F2gRuvu/WCQp+Kac8nwjmoevSuVkg40pN3zVOY9EnWs=";
hash = "sha256-163giiFxlvu0Jq+59fOM4W2NTKb2ZVZ4rBdT7cY1HyE=";
};
vendorHash = "sha256-arrEWH3rspwynRXf43sElliEJ2kBxhikz1ZGS1+gDes=";