evcc: 0.305.0 -> 0.305.1

https://github.com/evcc-io/evcc/releases/tag/0.305.1
This commit is contained in:
Martin Weinelt
2026-04-20 13:39:35 +02:00
parent 10cae49748
commit 3c563bf18b
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.305.0";
version = "0.305.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-dkBYIgOEN0n8B4tluiOau436tXgZ1II6vIL61QfUyBg=";
hash = "sha256-XRaowjOErq+gAarBNcSydWbjuq4KUQkXb4YBbL7pCas=";
};
vendorHash = "sha256-dQwbg1gTpDVnNGAN3scvohfsy2LCe4v9eGtNBVdZ1Hs=";