evcc: 0.126.3 -> 0.126.4

https://github.com/evcc-io/evcc/releases/tag/0.126.4
This commit is contained in:
Martin Weinelt 2024-05-23 01:07:21 +02:00
parent 33696fc539
commit 2eaea7071a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,16 +21,16 @@ in
buildGoModule rec {
pname = "evcc";
version = "0.126.3";
version = "0.126.4";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-Q+g/XEfIfpGchIZQdouoP9muqq6l0xixOLmIntgIWe0=";
hash = "sha256-GDAj85zIrhu6XsY/XV1wKPtHNkj3bm3ooDcQaQeMHW0=";
};
vendorHash = "sha256-tFj1cPBB1qeuwz1RXVVDVNJRfFFKPH6mdMnaiM3jwUc=";
vendorHash = "sha256-gfKJiZ7wSFWEEB/UCAbH18jdZdgG/58q3Yj0FQqMH8E=";
npmDeps = fetchNpmDeps {
inherit src;