Commit cf87f11b authored by R. RyanTM's avatar R. RyanTM
Browse files

mqtt-exporter: 1.8.1-1 -> 1.9.0

parent 7a474e7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "mqtt-exporter";
  version = "1.8.1-1";
  version = "1.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kpetremann";
    repo = "mqtt-exporter";
    tag = "v${version}";
    hash = "sha256-FBB8KvSLrcJ9pdfVq18ykovwApNZoOcU0xTfvAWTxpc=";
    hash = "sha256-z2y43sRlwgy3Bwhu8rvlTkf6HOT+v8kjo5FT3lo5CEA=";
  };

  build-system = with python3.pkgs; [ setuptools ];