evcc: 0.203.2 -> 0.203.3

https://github.com/evcc-io/evcc/releases/tag/0.203.3
This commit is contained in:
Martin Weinelt
2025-04-25 19:43:46 +02:00
parent 1429ee3164
commit 796d46b20f
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.203.2";
version = "0.203.3";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-OMZUJ98oiKKFsgSKLxQtdnoId4yHBNO+wKjhsgZNo6w=";
hash = "sha256-kbTaSmSfgXDyT3Zw0jxnUu+95lleWigs0l80Q68bAyU=";
};
vendorHash = "sha256-oC6aX8hAQfLpEEkpsPYm6ALxFqReKgDiAFse2WJGt60=";