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

pgmetrics: 1.9.1 -> 1.9.2
This commit is contained in:
Mario Rodas 2020-06-30 06:38:28 -05:00 committed by GitHub
commit fa23957ab4
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.1";
version = "1.9.2";
src = fetchFromGitHub {
owner = "rapidloop";
repo = pname;
rev = "v${version}";
sha256 = "03c4v24ql9p38m0hmgq5ya9cnvhmdhv2zjxxrxpb2338cxajs4mh";
sha256 = "1prhzmxrvypqdbxjr9c3207w1c88z3kwsrr2rcbh1y7fx5rrspxv";
};
vendorSha256 = "16x33fmh4q993rw0jr65337yimska4fwgyyw3kmq84q0x28a3zg5";