evcc: 0.123.9 -> 0.124.0

https://github.com/evcc-io/evcc/releases/tag/0.124.0
This commit is contained in:
Martin Weinelt 2024-02-01 01:08:04 +01:00
parent 571a07d774
commit fb9eaa8209
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,20 +16,20 @@
buildGoModule rec {
pname = "evcc";
version = "0.123.9";
version = "0.124.0";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-BiJo0XsEdggmAfIzl717yDarDhD6IadP9an1Xv9N3ww=";
hash = "sha256-x6BsW4INahGFbFNprE1mZjlW/EoEMZgDIJACd9F+g6A=";
};
vendorHash = "sha256-1A87F6S4E87Uv05Ya4mA2B1QhJ1GEUtGx98/29m0LHI=";
vendorHash = "sha256-/TlbjyKGpVqkQAStx8QaAxpWsVYs0yxBMantqelYkhw=";
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-a3AyqQ8GYP3g9KGbjtLHjHBrJGHg2sNjAQlMUa26pOY=";
hash = "sha256-Tl08gscv8WaMG4XfIVUWqj76xICWwUTBDK0VSs2kwMk=";
};
nativeBuildInputs = [