evcc: 0.126.1 -> 0.126.2
https://github.com/evcc-io/evcc/releases/tag/0.126.2
This commit is contained in:
parent
d7cc8840f4
commit
2587c7431a
1 changed files with 3 additions and 2 deletions
|
@ -21,13 +21,13 @@ in
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "evcc";
|
pname = "evcc";
|
||||||
version = "0.126.1";
|
version = "0.126.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evcc-io";
|
owner = "evcc-io";
|
||||||
repo = "evcc";
|
repo = "evcc";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-qNH1YdKQZptTGGOf/Nh4pBOpWCSgnq+JltF2OjlVGDk=";
|
hash = "sha256-jeOlBHCPn+k+rXADm0hcGqg+7qn8FOJKnCfSwZazRl8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-jJOxFkoVBT1NrnhntHPa2/irjHD09zKbtNDQoyelJp4=";
|
vendorHash = "sha256-jJOxFkoVBT1NrnhntHPa2/irjHD09zKbtNDQoyelJp4=";
|
||||||
|
@ -78,6 +78,7 @@ buildGoModule rec {
|
||||||
# requires network access
|
# requires network access
|
||||||
rm meter/template_test.go
|
rm meter/template_test.go
|
||||||
rm charger/template_test.go
|
rm charger/template_test.go
|
||||||
|
rm tariff/template_test.go
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue