Skip to content

Commit

Permalink
perlPackages.NetPrometheus: init at 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 24, 2019
1 parent cd7ed82 commit 9005bdd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12665,6 +12665,21 @@ let
};
};

NetPrometheus = buildPerlModule {
pname = "Net-Prometheus";
version = "0.07";
src = fetchurl {
url = mirror://cpan/authors/id/P/PE/PEVANS/Net-Prometheus-0.07.tar.gz;
sha256 = "1dh498b26wdaip053hw52317jjmb2n2r5209a1zv5yfrlxpblqm7";
};
propagatedBuildInputs = [ RefUtil StructDumb ];
buildInputs = [ TestFatal ];
meta = {
description = "export monitoring metrics for F<prometheus>";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

NetSCP = buildPerlPackage {
pname = "Net-SCP";
version = "0.08.reprise";
Expand Down

0 comments on commit 9005bdd

Please sign in to comment.