Merge pull request #283036 from mweinelt/evcc-0.123.9

evcc: 0.123.8 -> 0.123.9
This commit is contained in:
Martin Weinelt 2024-01-29 03:25:19 +01:00 committed by GitHub
commit 7885a60068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,16 +16,16 @@
buildGoModule rec {
pname = "evcc";
version = "0.123.8";
version = "0.123.9";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-AsLprF4Szv91mShE1Ch6qOIkAIwHTw5lWm38DjQGOZM=";
hash = "sha256-BiJo0XsEdggmAfIzl717yDarDhD6IadP9an1Xv9N3ww=";
};
vendorHash = "sha256-FKF6+64mjrKgzFAb+O0QCURieOoRB//QNbpMFMcNG8s=";
vendorHash = "sha256-1A87F6S4E87Uv05Ya4mA2B1QhJ1GEUtGx98/29m0LHI=";
npmDeps = fetchNpmDeps {
inherit src;