Merge pull request #320377 from mweinelt/evcc-0.127.2

evcc: 0.127.1 -> 0.127.2
This commit is contained in:
Nick Cao 2024-06-18 16:07:56 -04:00 committed by GitHub
commit 787be2939f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ in
buildGoModule rec {
pname = "evcc";
version = "0.127.1";
version = "0.127.2";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-wyx0/exXi+LWC3w4VZa9AWpenSHkqn7R91HnTxO68HY=";
hash = "sha256-85AhiqAvjr63tfXovH2bt1b583ak1N09EtbLLtW7qeA=";
};
vendorHash = "sha256-MdfLJpPEi6Cr34W6eJSraKJwBPtR66HM2tJIbPE9mZs=";