evcc: 0.211.0 -> 0.211.1

https://github.com/evcc-io/evcc/releases/tag/0.211.1
This commit is contained in:
Martin Weinelt
2025-12-10 21:29:15 +01:00
parent 25527a884b
commit 25d62ac5be
+3 -3
View File
@@ -17,16 +17,16 @@
}:
let
version = "0.211.0";
version = "0.211.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-nbRXQ+3nAH32J4QegfeeFT+4TqdsTcIhxhAC6e9DyR8=";
hash = "sha256-taDgpuM3GbqD+v9sNXvJYiJLE1wvXzS/ILZgAGFUuw4=";
};
vendorHash = "sha256-arrEWH3rspwynRXf43sElliEJ2kBxhikz1ZGS1+gDes=";
vendorHash = "sha256-VG1/6KadRC4jLBIOL39M6l8ZED1KLb+wKGHNQowAV1g=";
commonMeta = with lib; {
license = licenses.mit;