Merge pull request #230946 from mweinelt/evcc-0.117.0

evcc: 0.116.7 -> 0.117.0
This commit is contained in:
Martin Weinelt 2023-05-10 03:23:37 +02:00 committed by GitHub
commit a83778fc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "evcc";
version = "0.116.7";
version = "0.117.0";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-+HyCQGX5apv4eXsqFykoRBxTpbEx5v1zXft9UCs7kVU=";
hash = "sha256-tvZh6yBzasR4GMEfzLQlvfe8UDpS4rBmm5Ww6GX//xI=";
};
vendorHash = "sha256-+KygZ2aa6JB8uZLrDjoDhxvLHstMmfaV+loVFtEG3Xo=";