esphome: use paho-mqtt_1

This commit is contained in:
Robert Schütz
2026-07-14 10:18:52 -07:00
parent fe64ea753d
commit fd52742f71
+1 -10
View File
@@ -18,16 +18,7 @@ let
packageOverrides = self: super: {
esphome-dashboard = self.callPackage ./dashboard.nix { };
paho-mqtt = super.paho-mqtt.overridePythonAttrs (oldAttrs: rec {
version = "1.6.1";
src = fetchFromGitHub {
inherit (oldAttrs.src) owner repo;
tag = "v${version}";
hash = "sha256-9nH6xROVpmI+iTKXfwv2Ar1PAmWbEunI3HO0pZyK6Rg=";
};
build-system = with self; [ setuptools ];
doCheck = false;
});
paho-mqtt = self.paho-mqtt_1;
};
};
in