evcc: 0.300.3 -> 0.300.4 (#481054)

This commit is contained in:
Martin Weinelt
2026-01-17 15:27:35 +00:00
committed by GitHub
+3 -3
View File
@@ -17,16 +17,16 @@
}:
let
version = "0.300.3";
version = "0.300.4";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-SGTsM4zZAuh/OGpMXvphHdlcCl1hOOYTn0R1k0/2qQo=";
hash = "sha256-f2whzEq0LOyvNVLjSNvA19azbtJnOMJqu5EJQXnzZyg=";
};
vendorHash = "sha256-S23rTyg+QClky0vWfRl5nnd+2cYnHMGXmxZwLoTxUu0=";
vendorHash = "sha256-IB3DqaUbdrqnYQpyHtnvY37xjbRvTvNOV39b8wciuTA=";
commonMeta = {
license = lib.licenses.mit;