Merge pull request #223039 from r-ryantm/auto-update/pgo-client

pgo-client: 4.7.7 -> 4.7.10
This commit is contained in:
Weijia Wang 2023-03-26 12:03:20 +03:00 committed by GitHub
commit d69ef3d8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "pgo-client"; pname = "pgo-client";
version = "4.7.7"; version = "4.7.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CrunchyData"; owner = "CrunchyData";
repo = "postgres-operator"; repo = "postgres-operator";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-rHWCj25NEKbwV1kmuH6k3oWSXKelknb2GRDgLaZSb3U="; sha256 = "sha256-ZwKfbmKPvhxLpCGH+IlfoQjnw8go4N6mfseY2LWCktA=";
}; };
vendorSha256 = "sha256-5/mLlgNdlX/ABrpofPqowCskxFwJAEKVpbsMOvMvTWc="; vendorHash = "sha256-qpS1TLShJwXgmtuhWIPOlcHMofUgOWZ8vbri36i+hpM=";
subPackages = [ "cmd/pgo" ]; subPackages = [ "cmd/pgo" ];