evcc: 0.131.11 -> 0.131.12

https://github.com/evcc-io/evcc/releases/tag/0.131.12
This commit is contained in:
Martin Weinelt
2024-12-19 14:44:12 +01:00
parent 10642df08a
commit 8d85a3c358
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "evcc";
version = "0.131.11";
version = "0.131.12";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-fzob2r5VJczle+qevLeTefUAVLgn4sEUVvydnbvbrQI=";
hash = "sha256-wctSgB5NRuS1+g+MEiHDS4oyFVNdwP2WFJF5kj9nFig=";
};
vendorHash = "sha256-xravbTVzmS7loLKtzuT3Yw7FkEnDFLw+GrwnAVV36Yw=";