Unverified Commit d533e493 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #283352 from r-ryantm/auto-update/prometheus-knot-exporter

prometheus-knot-exporter: 3.3.2 -> 3.3.3
parents a00a91b1 5ef91c20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

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

  src = fetchPypi {
    pname = "knot_exporter";
    inherit version;
    hash = "sha256-/TBzq9MhYb664TsSD46Ep7gOkLBmmPSK9d89xlgvbSw=";
    hash = "sha256-A7WRwWwcfgrkR5ixEaDCcCdJ1J8/zeG5aFCBnFbD3Qo=";
  };

  nativeBuildInputs = [