evcc: 0.200.8 -> 0.200.9 (#388670)

This commit is contained in:
Martin Weinelt
2025-03-10 13:43:26 +01:00
committed by GitHub
+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=";