Unverified Commit b8a46e4c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

prometheus-knot-exporter: 3.5.3 -> 3.5.4

parent 051b9ea0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "knot-exporter";
  version = "3.5.3";
  version = "3.5.4";
  pyproject = true;

  src = fetchPypi {
    pname = "knot_exporter";
    inherit version;
    hash = "sha256-sCmzYS6mjEUHomA25HRxJs2X+9Uv50ll4tqR2BAj0ro=";
    hash = "sha256-3i1k3xCKdmDV/oNX8vhoJNzigx562OwdZ+oXbDjdbiI=";
  };

  build-system = [