Merge pull request #276942 from mweinelt/evcc-0.123.1

evcc: 0.123.0 -> 0.123.1
This commit is contained in:
Martin Weinelt 2023-12-27 02:19:27 +01:00 committed by GitHub
commit 3c92c7fae1
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.123.0";
version = "0.123.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-jqlGjDwi+QGh5gmYVoSlxQjyKvNrE9nmSfh1cOlwnoM=";
hash = "sha256-12xRdyBil5sTUqxmjw3af9bLdO+LTI+8qwnDQYYm9NA=";
};
vendorHash = "sha256-rhGMN5v+JzNg1p2GptomDDtqS7M4EafROXXy185qtmU=";