evcc: 0.131.5 -> 0.131.6

https://github.com/evcc-io/evcc/releases/tag/0.131.6
This commit is contained in:
Martin Weinelt 2024-11-17 23:49:09 +01:00
parent 35414e28e8
commit ae9f4f3f4c
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,20 +16,20 @@
buildGoModule rec {
pname = "evcc";
version = "0.131.5";
version = "0.131.6";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
rev = version;
hash = "sha256-CRqxxbPkcjswntMgGkIrPFEbnjI90sfTmG6D1eCo45w=";
hash = "sha256-r9GaihxC9ZQtTzKqfJ3LLDMzDEXeud7vTFEMOf0whFU=";
};
vendorHash = "sha256-x0EWFsR/O2Ztg39DL+yZx2ZDzJHADo2aPAeg/i+5KqM=";
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-4PBlN2pbr7dzZNQzh/P0kBlsg6ut2XPwsfFB132hWO0=";
hash = "sha256-4pQYv5UKoz3Gu5OS0zoYrjrFYD796MDb7ofWbTv3HlU=";
};
nativeBuildInputs = [