Unverified Commit 055b001b authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

evcc: 0.211.1 -> 0.300.3 (#478712)

parents cb91fd66 235ad665
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@
}:

let
  version = "0.211.1";
  version = "0.300.3";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = "evcc";
    tag = version;
    hash = "sha256-taDgpuM3GbqD+v9sNXvJYiJLE1wvXzS/ILZgAGFUuw4=";
    hash = "sha256-SGTsM4zZAuh/OGpMXvphHdlcCl1hOOYTn0R1k0/2qQo=";
  };

  vendorHash = "sha256-VG1/6KadRC4jLBIOL39M6l8ZED1KLb+wKGHNQowAV1g=";
  vendorHash = "sha256-S23rTyg+QClky0vWfRl5nnd+2cYnHMGXmxZwLoTxUu0=";

  commonMeta = {
    license = lib.licenses.mit;
@@ -52,7 +52,7 @@ buildGo125Module rec {

  npmDeps = fetchNpmDeps {
    inherit src;
    hash = "sha256-vDMDyMEf6kWn1UFHvzmIxnY/ofh6YwwVFlCeKExfEy4=";
    hash = "sha256-AXsF0rkaf6giDhJT2f/MMyCd6Ozgepx8do7fpl/CyNs=";
  };

  nativeBuildInputs = [
@@ -72,7 +72,7 @@ buildGo125Module rec {
    ];

    preBuild = ''
      make assets
      GOFLAGS="-mod=mod" make assets
    '';
  };