[Backport release-24.11] evcc: 0.131.5 -> 0.131.6 (#356830)

This commit is contained in:
Nick Cao 2024-11-18 08:45:15 -05:00 committed by GitHub
commit 69ea735bbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [