evcc: 0.200.8 -> 0.200.9

https://github.com/evcc-io/evcc/releases/tag/0.200.9
This commit is contained in:
Martin Weinelt
2025-03-10 12:59:20 +01:00
parent 5fdeb66595
commit 2e46f7e453
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.200.8";
version = "0.200.9";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-2a43QrmCvLQLuWYufsUC1IE6j6uilLQkcbgCMD3hPkY=";
hash = "sha256-HIqehST3H4shxEdDyGYLkUXZVbHjHfdzyZ0vCGslozU=";
};
vendorHash = "sha256-zWHysXjBNAAZfrVGzn39pdDqQrLUc1uYVLO/U7q0g04=";