Skip to content

Commit

Permalink
Merge pull request #225926 from mweinelt/evcc-0.116.0
Browse files Browse the repository at this point in the history
evcc: 0.115.0 -> 0.116.0
  • Loading branch information
mweinelt authored Apr 15, 2023
2 parents 66fbf61 + 0ab01c8 commit 1190504
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkgs/servers/home-automation/evcc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@

buildGo120Module rec {
pname = "evcc";
version = "0.115.0";
version = "0.116.0";

src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-vA2HpkzNuHulUUZKL6Wm2Y052v4JdC5V8hADq78rK5c=";
hash = "sha256-YM6E1g6lrgDTMrfSRacbPM0yXPAgBzGvLHdyaqncuWc=";
};

vendorHash = "sha256-/TqA2WTNJ3cSrqLgEly1KHGvMA/MQ+p364G0ne0ezfQ=";
vendorHash = "sha256-O13m6yQvPha1AToK3Y2naeA70BUx+WBv6D8YniMSk7s=";

npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-LGlM+itulqtlwyVKfVGiZtTpcCmx+lVvE3JOFkYRHXk=";
hash = "sha256-OqY1pAkr/0uRzD2/wLwNYCV6XQLRsG+Jc5ST+04NFuE=";
};

nativeBuildInputs = [
Expand All @@ -53,6 +53,7 @@ buildGo120Module rec {

tags = [
"release"
"test"
];

ldflags = [
Expand All @@ -72,9 +73,6 @@ buildGo120Module rec {
# requires network access
rm meter/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 = {
Expand Down

0 comments on commit 1190504

Please sign in to comment.