evcc: 0.210.2 -> 0.211.0 (#466832)

This commit is contained in:
Martin Weinelt
2025-12-01 14:29:34 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.210.2";
version = "0.211.0";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-163giiFxlvu0Jq+59fOM4W2NTKb2ZVZ4rBdT7cY1HyE=";
hash = "sha256-nbRXQ+3nAH32J4QegfeeFT+4TqdsTcIhxhAC6e9DyR8=";
};
vendorHash = "sha256-arrEWH3rspwynRXf43sElliEJ2kBxhikz1ZGS1+gDes=";