evcc: 0.309.1 -> 0.311.1 (#539623)

This commit is contained in:
Martin Weinelt
2026-07-09 19:21:01 +00:00
committed by GitHub
+8 -5
View File
@@ -17,16 +17,16 @@
}:
let
version = "0.309.1";
version = "0.311.1";
src = fetchFromGitHub {
owner = "evcc-io";
repo = "evcc";
tag = version;
hash = "sha256-fMWLr8UrwejLlPiPdcs5lLd//81iqvuE5Ia9Ne0d3l4=";
hash = "sha256-dxP28NPW+V30XIzh2w++Glrb2xfZ0tpp4H+qOM13yt8=";
};
vendorHash = "sha256-lCXIgJuUg5NG8E/iYobGxtvxfTk77Y8ZzVi0GsjbbHw=";
vendorHash = "sha256-Eh07T9FAoeoUfhJsK6DPmwE2rJX55Ijzp4ydxJc8/bQ=";
commonMeta = {
license = lib.licenses.mit;
@@ -40,7 +40,7 @@ buildGo126Module rec {
npmDeps = fetchNpmDeps {
inherit src;
hash = "sha256-ypBg2TQ3qbc8cIBfFqICbNSCsIdokOtaFOqFD9bnMQM=";
hash = "sha256-MhLc5RUjn8FYXiFQbGchRnf132QXwG0kSyyPsRRzu1A=";
};
nativeBuildInputs = [
@@ -65,7 +65,6 @@ buildGo126Module rec {
tags = [
"release"
"test"
];
ldflags = [
@@ -88,6 +87,10 @@ buildGo126Module rec {
"TestOctopusConfigParse"
"TestSessionHandlerTimezoneFilter"
"TestTemplates"
# network access: mdns fails to start Avahi provider
"TestControlBoxGridGuardHeartbeat"
"TestEEBus"
"TestShipPairing"
];
in
[ "-skip=^${lib.concatStringsSep "$|^" skippedTests}$" ];