evcc: 0.126.1 -> 0.126.2

https://github.com/evcc-io/evcc/releases/tag/0.126.2
This commit is contained in:
Martin Weinelt 2024-05-05 01:29:54 +02:00
parent d7cc8840f4
commit 2587c7431a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -21,13 +21,13 @@ in
buildGoModule rec {
pname = "evcc";
version = "0.126.1";
version = "0.126.2";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-qNH1YdKQZptTGGOf/Nh4pBOpWCSgnq+JltF2OjlVGDk=";
hash = "sha256-jeOlBHCPn+k+rXADm0hcGqg+7qn8FOJKnCfSwZazRl8=";
};
vendorHash = "sha256-jJOxFkoVBT1NrnhntHPa2/irjHD09zKbtNDQoyelJp4=";
@ -78,6 +78,7 @@ buildGoModule rec {
# requires network access
rm meter/template_test.go
rm charger/template_test.go
rm tariff/template_test.go
'';
passthru = {