Merge pull request #231238 from mweinelt/evcc-0.117.2

evcc: 0.117.1 -> 0.117.2
This commit is contained in:
Nick Cao 2023-05-11 18:47:50 +08:00 committed by GitHub
commit 64df3db071
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.117.1";
version = "0.117.2";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-y8hc/5z92mkIio8+UFan2PDLPyewty5GuFyIKO2IEo8=";
hash = "sha256-GRwh5sBp3GlR9cMqRAKI0wuAFV9hB+ek3VRijceh+AU=";
};
vendorHash = "sha256-3EHdjRCzrty7BnaSG4TAf52jRl0AVS6baSl2XhYUH0A=";