pgmetrics: 1.7.1 -> 1.8.1

This commit is contained in:
R. RyanTM 2020-03-14 11:48:34 +00:00 committed by Mario Rodas
parent 8a0c1b8cf1
commit f47ec36970
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,19 +2,21 @@
buildGoModule rec {
pname = "pgmetrics";
version = "1.7.1";
version = "1.8.1";
src = fetchFromGitHub {
owner = "rapidloop";
repo = pname;
rev = "v${version}";
sha256 = "17rr6rjdxg8gdljf65zkn3bl1kmnlp2gkhiq7slxslh8n9iz4wjs";
sha256 = "06w2kqjq2yq9yypg6biywrybnmi4jlnnigd7az72hp7lzf2nhl62";
};
modSha256 = "0llbx2sgcx95ym2q4l3334rdj3nkgr9z5jyp8406cp3k1ixi7gdb";
modSha256 = "0h375zk0ik06g0b5vmi00b1wn5q2c0r137f7qf6l8k8p886x41h6";
buildFlagsArray = [ "-ldflags=-s -w -X main.version=${version}" ];
meta = with stdenv.lib; {
homepage = https://pgmetrics.io/;
homepage = "https://pgmetrics.io/";
description = "Collect and display information and stats from a running PostgreSQL server";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];