mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
prometheus-postgres-exporter: 0.6.0 -> 0.7.0, run tests
This commit is contained in:
parent
8a0fdf0011
commit
09f823dc83
@ -2,7 +2,7 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "postgres_exporter";
|
||||
version = "0.6.0";
|
||||
version = "0.7.0";
|
||||
|
||||
goPackagePath = "github.com/wrouesnel/postgres_exporter";
|
||||
|
||||
@ -10,9 +10,11 @@ buildGoPackage rec {
|
||||
owner = "wrouesnel";
|
||||
repo = "postgres_exporter";
|
||||
rev = "v${version}";
|
||||
sha256 = "0a903mklp3aardlbz5fkslisav9khd1w3akcf9xkc5nfinr6xnqb";
|
||||
sha256 = "0xi61090kmkp1cid3hx00csfa4w8nvaw8ky0w004czwqlyids6jg";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = with lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "A Prometheus exporter for PostgreSQL";
|
||||
|
Loading…
Reference in New Issue
Block a user