Merge pull request #88209 from r-ryantm/auto-update/pgcenter

pgcenter: 0.6.4 -> 0.6.5
This commit is contained in:
Mario Rodas 2020-05-19 20:58:09 -05:00 committed by GitHub
commit 7a1a6c1456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgcenter";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "lesovsky";
repo = "pgcenter";
rev = "v${version}";
sha256 = "0p8ck4s5jj53nc638darhwbylcsslfmfz72bwy6wxby9iqi9kq6b";
sha256 = "03n1gn944z6rz5g643y68hvfxpxp65mip32w1zx43xr60x1vpf2v";
};
vendorSha256 = "1mzvpr12qh9668iz97p62zl4zhlrcyfgwr4a9zg9irj585pkb5x2";