Unverified Commit 444fefe1 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #254923 from mweinelt/evcc-0.119.5

evcc: 0.118.11 -> 0.120.1
parents 3454860e 6201b0ec
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
{ 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
Original line number Diff line number Diff line
@@ -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 { };