evcc: 0.130.4 -> 0.130.6 (#337543)

This commit is contained in:
Martin Weinelt
2024-08-28 11:07:17 +02:00
committed by GitHub
@@ -16,16 +16,16 @@
buildGo123Module rec {
pname = "evcc";
version = "0.130.4";
version = "0.130.6";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-da8TIe6KcivWlP6zmNHJVdx973sEiC2S7wc5v7u0vzg=";
hash = "sha256-8ThvDl/dxD2YO9Z+iVhq+JQmnL8M9RdWVfHykoRIERg=";
};
vendorHash = "sha256-ATgxPydYWPOXrk3fBKVWgFO1Vd13cTq//lDMjObjHFg=";
vendorHash = "sha256-L04EQwA2HYLTtYZMP2K7ubuq8IqbqHNEF9W3UmM4pOg=";
npmDeps = fetchNpmDeps {
inherit src;