evcc: 0.122.0 -> 0.122.1

https://github.com/evcc-io/evcc/releases/tag/0.122.1
This commit is contained in:
Martin Weinelt 2023-11-10 12:57:39 +01:00
parent d01cf5e7c8
commit 8bb074d45e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

@ -16,16 +16,16 @@
buildGoModule rec {
pname = "evcc";
version = "0.122.0";
version = "0.122.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = pname;
rev = version;
hash = "sha256-CgLMDztU5FRqYndNMsncJmc7B5pcBhoO58cVoLGERJM=";
hash = "sha256-mD4D2DVai9KV7/RYFmcY7iOGVQGRpwg+rTfNsP8OpCY=";
};
vendorHash = "sha256-rVzogKzURZWQSc8q9VRUKUe/eeo2R1YGbjUDUKm1fOI=";
vendorHash = "sha256-B4gR9sXpGuVv3x6sktFSPlbhq5n5aD5d7ksz67X5nY8=";
npmDeps = fetchNpmDeps {
inherit src;