Merge pull request #309142 from mweinelt/evcc-0.126.2

evcc: 0.126.1 -> 0.126.2
This commit is contained in:
Martin Weinelt 2024-05-05 14:41:36 +02:00 committed by GitHub
commit 0c9181de36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = {