evcc: 0.200.5 -> 0.200.6

https://github.com/evcc-io/evcc/releases/tag/0.200.6
This commit is contained in:
Martin Weinelt
2025-03-06 12:07:00 +01:00
parent 1bf64f7f98
commit 1b39dffb7e
+3 -3
View File
@@ -17,16 +17,16 @@
}:
let
version = "0.200.5";
version = "0.200.6";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-4ZtFVHx3L9/62B9YP0noVcWnzlypWdnayhFJ2hLzFms=";
hash = "sha256-IXfEqFqm/vzm3zA1j3QajpcXTn3v0/HlXkHHb9Vwki8=";
};
vendorHash = "sha256-w524bw5A20Ur4jDFpTKJIShev54oVLL9Dm72wFnBK4E=";
vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";
commonMeta = with lib; {
license = licenses.mit;