evcc: 0.200.6 -> 0.200.7

https://github.com/evcc-io/evcc/releases/tag/0.200.7
This commit is contained in:
Martin Weinelt
2025-03-06 19:09:06 +01:00
parent 398f7eb6f8
commit bb85195ebc
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.200.6";
version = "0.200.7";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-IXfEqFqm/vzm3zA1j3QajpcXTn3v0/HlXkHHb9Vwki8=";
hash = "sha256-+bCFAZZPcQx3aj+YnNQN0hgAJdntjD5/eKLedW1GxYw=";
};
vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";