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

Merge pull request #264003 from mweinelt/evcc-0.121.4

evcc: 0.121.2 -> 0.121.3
parents da7a0ff8 126b5036
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
{ lib
, buildGo121Module
, buildGoModule
, fetchFromGitHub
, fetchNpmDeps
, cacert
@@ -14,15 +14,15 @@
, stdenv
}:

buildGo121Module rec {
buildGoModule rec {
  pname = "evcc";
  version = "0.121.2";
  version = "0.121.3";

  src = fetchFromGitHub {
    owner = "evcc-io";
    repo = pname;
    rev = version;
    hash = "sha256-WGce6HszjS/AVwlEmT8KZnFHZieaGzT+yyzxOtqf/zg=";
    hash = "sha256-e8TelrSAsrvuQRtnB4/V8w8Xk84UO1mo6IpLm97C/+M=";
  };

  vendorHash = "sha256-dBJsPv3tOWxLvVlkTG0npKalH2RWfwR3vJRjqb4TYQE=";