about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/pgo-client
diff options
context:
space:
mode:
authorBryan A. S <bryanasdev000@gmail.com>2021-05-23 06:00:16 -0300
committerBryan A. S <bryanasdev000@gmail.com>2021-05-23 06:00:16 -0300
commit0598021329403c722f84ba4f35b1a016197ce85d (patch)
tree91cc225d864b12a45dd32d86b182f61647559572 /pkgs/applications/networking/cluster/pgo-client
parent1f5baa4bf866b7443a1d0e3df7ed0dcf52ad64ca (diff)
pgo-client: 4.6.2 -> 4.7.0
Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
Diffstat (limited to 'pkgs/applications/networking/cluster/pgo-client')
-rw-r--r--pkgs/applications/networking/cluster/pgo-client/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/pgo-client/default.nix b/pkgs/applications/networking/cluster/pgo-client/default.nix
index 52c9c191218ce..ec36d5f52acb0 100644
--- a/pkgs/applications/networking/cluster/pgo-client/default.nix
+++ b/pkgs/applications/networking/cluster/pgo-client/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "pgo-client";
-  version = "4.6.2";
+  version = "4.7.0";
 
   src = fetchFromGitHub {
     owner = "CrunchyData";
     repo = "postgres-operator";
     rev = "v${version}";
-    sha256 = "sha256-zPFsLKbuVq2wMjFsqjBGiatPBwGR/X6q3mj8o5BE+r0=";
+    sha256 = "sha256-WuKLQWq/Zr/eDaUq/HbydHMdtlCWmjM858PLX7hYba4=";
   };
 
-  vendorSha256 = "sha256-DU1kc7YDQ+denj6tHVGt79s494aBFZ2KM7PVSn951KI=";
+  vendorSha256 = "sha256-m8b6Lh6it67A6cppdBDX4X0u7Kde4GQz9wln/TrHVwI=";
 
   subPackages = [ "cmd/pgo" ];
 
@@ -21,6 +21,5 @@ buildGoModule rec {
     changelog = "https://github.com/CrunchyData/postgres-operator/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = [ maintainers.bryanasdev000 ];
-    platforms = platforms.linux;
   };
 }