pgo-client: 4.7.0 -> 4.7.2

This commit is contained in:
R. RyanTM 2021-08-22 10:37:17 +00:00
parent 456481aa3d
commit dd8cdf0b84

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "pgo-client";
version = "4.7.0";
version = "4.7.2";
src = fetchFromGitHub {
owner = "CrunchyData";
repo = "postgres-operator";
rev = "v${version}";
sha256 = "sha256-WuKLQWq/Zr/eDaUq/HbydHMdtlCWmjM858PLX7hYba4=";
sha256 = "sha256-SUv5896Ao+EQEM3Mb//rTDVXJgbK/cOGKBeazF/USfQ=";
};
vendorSha256 = "sha256-m8b6Lh6it67A6cppdBDX4X0u7Kde4GQz9wln/TrHVwI=";