evcc: 0.313.0 -> 0.313.1

https://github.com/evcc-io/evcc/releases/tag/0.313.1
This commit is contained in:
Martin Weinelt
2026-08-02 16:56:55 +02:00
parent 38ba5d808d
commit c504cb466e
+2 -2
View File
@@ -17,13 +17,13 @@
}:
let
version = "0.313.0";
version = "0.313.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-VDLEgkbBgyAuVAVrd0D3i07mwN1OBJfwOCXdi3gc/aw=";
hash = "sha256-P/NEP+gGS3Wni9j09NVujmdDYaAz7ntOtrPFZNKy/Bo=";
};
vendorHash = "sha256-QJsdBqa/JHaBig4bRtU3LqlYwh/BHnP3vg8YM3reuDY=";