Merge pull request #315706 from NixOS/backport-313829-to-release-24.05

[Backport release-24.05] evcc: 0.126.3 -> 0.126.4
This commit is contained in:
Martin Weinelt 2024-05-29 22:25:26 +02:00 committed by GitHub
commit 51948c1715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;