evcc: 0.301.0 -> 0.301.1

https://github.com/evcc-io/evcc/releases/tag/0.301.1
This commit is contained in:
Martin Weinelt
2026-02-22 22:26:18 +01:00
parent 44398fbb50
commit a39efb8287
+3 -3
View File
@@ -17,16 +17,16 @@
}:
let
version = "0.301.0";
version = "0.301.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-ns6Kl0sN8GeF0Br7HrRLdVmKaGMqT3Y5REuH9UJg+Yg=";
hash = "sha256-qs4jtqOn2Kjj6dL5qGBI5jQyt/VeZYGexYNtgV2mnCs=";
};
vendorHash = "sha256-LGTT7WxBlWA4pCunvFDpsqDkUhTN96PohBKTLAffr0o=";
vendorHash = "sha256-Wxu535IGvHD09/ZIn+Ky9pwsysi788+HN4WIsETMdyc=";
commonMeta = {
license = lib.licenses.mit;