Merge pull request #254923 from mweinelt/evcc-0.119.5

evcc: 0.118.11 -> 0.120.1
This commit is contained in:
Martin Weinelt
2023-09-23 02:19:46 +02:00
committed by GitHub
2 changed files with 9 additions and 7 deletions
@@ -1,5 +1,5 @@
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
, fetchNpmDeps
, cacert
@@ -14,22 +14,22 @@
, stdenv
}:
buildGoModule rec {
buildGo121Module rec {
pname = "evcc";
version = "0.118.11";
version = "0.120.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-gwFArZJX3DBUNaSpWD5n76VImWeDImR8b1s2czBrBaA=";
hash = "sha256-mifpswB8hA7Ke2r2afYRlGDdhbz7AYxMZBNaRQvUodQ=";
};
vendorHash = "sha256-0NTOit1nhX/zxQjHwU7ZOY1GsoIu959/KICCEWyfIQ4=";
vendorHash = "sha256-LNMNqlb/aj+ZHuwMvtK//oWyi34mm47ShAAD427szS4=";
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-/zpyU7x3cdmKrS7YiMe2BVJm0AC0P+yspiG9C3dMVAk=";
hash = "sha256-quznAvgAFJJnKabsFZxAu7yDkAuvujg6of6En8JaFs4=";
};
nativeBuildInputs = [
+3 -1
View File
@@ -7985,7 +7985,9 @@ with pkgs;
ettercap = callPackage ../applications/networking/sniffers/ettercap { };
evcc = callPackage ../servers/home-automation/evcc { };
evcc = callPackage ../servers/home-automation/evcc {
go = go_1_21;
};
eventstat = callPackage ../os-specific/linux/eventstat { };