python3Packages.mqtt2influxdb: 1.5.2 -> 2.0.6
https://github.com/hardwario/bch-mqtt2influxdb/releases/tag/v2.0.6 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mqtt2influxdb";
|
||||
version = "1.5.2";
|
||||
version = "2.0.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hardwario";
|
||||
repo = "bch-mqtt2influxdb";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-YDgMoxnH4vCCa7b857U6iVBhYLxk8ZjytGziryn24bg=";
|
||||
hash = "sha256-DS1k3JcTUK0yXRkJSFMeIZHSXpiIgSXJPZb3+72Wqko=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -51,7 +51,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Flexible MQTT to InfluxDB Bridge";
|
||||
homepage = "https://github.com/hardwario/bch-mqtt2influxdb";
|
||||
changelog = "https://github.com/hardwario/bch-mqtt2influxdb/releases/tag/v${version}";
|
||||
changelog = "https://github.com/hardwario/bch-mqtt2influxdb/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ cynerd ];
|
||||
mainProgram = "mqtt2influxdb";
|
||||
|
||||
Reference in New Issue
Block a user