Merge pull request #71739 from r-ryantm/auto-update/pgmetrics

pgmetrics: 1.7.0 -> 1.7.1
This commit is contained in:
Mario Rodas 2019-10-23 05:41:02 -05:00 committed by GitHub
commit e4506c0614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgmetrics";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "rapidloop";
repo = pname;
rev = "v${version}";
sha256 = "1zjcchgpmp2a0ir8rzrfjpn4pcjiy4kawh2pbmszmqfzw1mkh762";
sha256 = "17rr6rjdxg8gdljf65zkn3bl1kmnlp2gkhiq7slxslh8n9iz4wjs";
};
modSha256 = "0llbx2sgcx95ym2q4l3334rdj3nkgr9z5jyp8406cp3k1ixi7gdb";