evcc: 0.209.5 -> 0.209.6

https://github.com/evcc-io/evcc/releases/tag/0.209.6
This commit is contained in:
Martin Weinelt
2025-11-01 02:45:45 +01:00
parent f02aa593ad
commit 7b6cf79ba2
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.209.5";
version = "0.209.6";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-3qpuRutCCKJWYvHao4Ez9El40QYflhzhW4NTmi4hG1Q=";
hash = "sha256-WTfLnd2w9maCrCVHkJUZrry4LloiimNWZxRYVgHRyT8=";
};
vendorHash = "sha256-SVdoeioBtUa+V2n717ckYCQBFmYSXdi7ryRVfb9xKnY=";