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

pgmetrics: 1.9.0 -> 1.9.1
This commit is contained in:
Mario Rodas 2020-06-06 11:51:40 -05:00 committed by GitHub
commit 9919799e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgmetrics";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "rapidloop";
repo = pname;
rev = "v${version}";
sha256 = "0f7pjagr3zcqmbhmk446j6n7nanyhvyq4rn68f5wljl9g68ni7sj";
sha256 = "03c4v24ql9p38m0hmgq5ya9cnvhmdhv2zjxxrxpb2338cxajs4mh";
};
vendorSha256 = "16x33fmh4q993rw0jr65337yimska4fwgyyw3kmq84q0x28a3zg5";