evcc: 0.210.2 -> 0.211.0

https://github.com/evcc-io/evcc/releases/tag/0.211.0
This commit is contained in:
Martin Weinelt
2025-12-01 14:39:43 +01:00
parent db4ebe6cca
commit 6929293fb1
+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=";