Merge pull request #214427 from mweinelt/evcc-0.112.1

evcc: 0.112.0 -> 0.112.1
This commit is contained in:
Nick Cao 2023-02-04 10:47:38 +08:00 committed by GitHub
commit 497b8901e2
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.112.0";
version = "0.112.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-v8qYQLYBZJSXENJXqwxp0JeA1wuWMLCs8kOK6FOoa9c=";
hash = "sha256-Y/Py7WTv8tiPdbPswpVhqpBW5l2XJB7T3KDm+xWfl8s=";
};
vendorHash = "sha256-sfASvLsNUp+7T0ib87HkLNBDp5fbk3hEV0LIKK46O4g=";