Merge pull request #202975 from r-ryantm/auto-update/evcc

This commit is contained in:
Martin Weinelt 2022-11-26 12:21:12 +01:00 committed by GitHub
commit 5735f270aa
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.107.1";
version = "0.108.0";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-Yu7ebZ6WkLpdvmg7H9A1Sveyu9SRuQ+78gFrCZrYhCU=";
hash = "sha256-KCR001MbaAuzNsL8lXIMkfliWviGFVroaQWYBruXUTY=";
};
vendorHash = "sha256-10W1BNHcdP77m7lJ/mc+jQeUigoUid3K0wI4bUm5y+s=";