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

pgcenter: 0.7.0 -> 0.8.0
This commit is contained in:
Mario Rodas 2021-03-12 08:26:53 -05:00 committed by GitHub
commit eb4de0945f
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.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "lesovsky";
repo = "pgcenter";
rev = "v${version}";
sha256 = "sha256-W/UUc0qwOvLSXYWepkCydst113BqR9EsZK0Es+6HSt8=";
sha256 = "sha256-ow26wuM7nw/WbeaPVcNm5iYUYLydeujhw+7BcTirPcA=";
};
vendorSha256 = "sha256-9hYiyZ34atmSL7JvuXyiGU7HR4E6qN7bGZlyU+hP+FU=";