evcc: 0.116.6 -> 0.116.7

https://github.com/evcc-io/evcc/releases/tag/0.116.7
This commit is contained in:
Martin Weinelt 2023-05-01 17:46:19 +02:00
parent bae216f3e2
commit 677357e5d0
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,16 +16,16 @@
buildGoModule rec {
pname = "evcc";
version = "0.116.6";
version = "0.116.7";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-i/6/kLgpCgrFhIsLhufHAcBa+VRAVXn9ichoNdnDLfY=";
hash = "sha256-+HyCQGX5apv4eXsqFykoRBxTpbEx5v1zXft9UCs7kVU=";
};
vendorHash = "sha256-K6d6C5m+hzKzpWYsYZHwNXBf5vET6SP/dtA+xTfQVgk=";
vendorHash = "sha256-+KygZ2aa6JB8uZLrDjoDhxvLHstMmfaV+loVFtEG3Xo=";
npmDeps = fetchNpmDeps {
inherit src;