pgcenter: 0.8.0 -> 0.9.0

https://github.com/lesovsky/pgcenter/releases/tag/v0.9.0
This commit is contained in:
Mario Rodas 2021-06-18 04:20:00 +00:00
parent 1a7a786dc1
commit 2dfe998b8d

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pgcenter";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "lesovsky";
repo = "pgcenter";
rev = "v${version}";
sha256 = "sha256-ow26wuM7nw/WbeaPVcNm5iYUYLydeujhw+7BcTirPcA=";
sha256 = "0l3da7migx1gprhlwc98x30qh6lmrn8hizanxgs3hxl0arbrn710";
};
vendorSha256 = "sha256-9hYiyZ34atmSL7JvuXyiGU7HR4E6qN7bGZlyU+hP+FU=";
vendorSha256 = "0mgq9zl56wlr37dxxa1sh53wfkhrl9ybjvxj5y9djspqkp4j45pn";
subPackages = [ "cmd" ];
@ -25,6 +25,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://pgcenter.org/";
changelog = "https://github.com/lesovsky/pgcenter/raw/v${version}/doc/Changelog";
description = "Command-line admin tool for observing and troubleshooting PostgreSQL";
license = licenses.bsd3;
maintainers = [ maintainers.marsam ];