evcc: 0.131.10 -> 0.131.11

https://github.com/evcc-io/evcc/releases/tag/0.131.11
This commit is contained in:
Martin Weinelt
2024-12-13 22:00:47 +01:00
parent 3566ab7246
commit 6162f43384
+2 -2
View File
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "evcc";
version = "0.131.10";
version = "0.131.11";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-wQGc9hVc2g3Z4oDXwTo8QjNekmjUrGsKFKZxVvlXjkc=";
hash = "sha256-fzob2r5VJczle+qevLeTefUAVLgn4sEUVvydnbvbrQI=";
};
vendorHash = "sha256-xravbTVzmS7loLKtzuT3Yw7FkEnDFLw+GrwnAVV36Yw=";