Merge pull request #225926 from mweinelt/evcc-0.116.0
evcc: 0.115.0 -> 0.116.0
This commit is contained in:
commit
1190504a96
1 changed files with 5 additions and 7 deletions
|
@ -16,20 +16,20 @@
|
||||||
|
|
||||||
buildGo120Module rec {
|
buildGo120Module rec {
|
||||||
pname = "evcc";
|
pname = "evcc";
|
||||||
version = "0.115.0";
|
version = "0.116.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "evcc-io";
|
owner = "evcc-io";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-vA2HpkzNuHulUUZKL6Wm2Y052v4JdC5V8hADq78rK5c=";
|
hash = "sha256-YM6E1g6lrgDTMrfSRacbPM0yXPAgBzGvLHdyaqncuWc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-/TqA2WTNJ3cSrqLgEly1KHGvMA/MQ+p364G0ne0ezfQ=";
|
vendorHash = "sha256-O13m6yQvPha1AToK3Y2naeA70BUx+WBv6D8YniMSk7s=";
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
inherit src;
|
inherit src;
|
||||||
hash = "sha256-LGlM+itulqtlwyVKfVGiZtTpcCmx+lVvE3JOFkYRHXk=";
|
hash = "sha256-OqY1pAkr/0uRzD2/wLwNYCV6XQLRsG+Jc5ST+04NFuE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -53,6 +53,7 @@ buildGo120Module rec {
|
||||||
|
|
||||||
tags = [
|
tags = [
|
||||||
"release"
|
"release"
|
||||||
|
"test"
|
||||||
];
|
];
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
|
@ -72,9 +73,6 @@ buildGo120Module 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 vehicle/template_test.go
|
|
||||||
# times out (since 0.115.0, bisected to 31ab90e6381b30278731bd01effa62bdfb884ebc)
|
|
||||||
rm util/templates/render_testing.go
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
|
Loading…
Reference in a new issue