evcc: 0.112.5 -> 0.113.0

https://github.com/evcc-io/evcc/releases/tag/0.113.0
This commit is contained in:
Martin Weinelt 2023-02-24 20:56:22 +00:00
parent de8676bd53
commit e945582899
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,5 +1,5 @@
{ lib
, buildGoModule
, buildGo120Module
, fetchFromGitHub
, fetchNpmDeps
, cacert
@ -14,22 +14,22 @@
, stdenv
}:
buildGoModule rec {
buildGo120Module rec {
pname = "evcc";
version = "0.112.5";
version = "0.113.0";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-UoBepu+9A4nuv9HdjYacMXzXqdS24KU4hYuRlEhsdKQ=";
hash = "sha256-ikpcuOihkghRMsSj1gy4FxqZ/ojH4bk218O3LUkEHIQ=";
};
vendorHash = "sha256-sfASvLsNUp+7T0ib87HkLNBDp5fbk3hEV0LIKK46O4g=";
vendorHash = "sha256-xzD/CKecRG0qKICVwuUGh8wTgVCz0iwYzcXmUZFLLso=";
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-bUdyRrrU+lWGouGHweNHRhHe3/jEb4nSviU1t4AriMU=";
hash = "sha256-LGlM+itulqtlwyVKfVGiZtTpcCmx+lVvE3JOFkYRHXk=";
};
nativeBuildInputs = [