Unverified Commit c7b1c1d6 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #308006 from r-ryantm/auto-update/kubectl-cnpg

kubectl-cnpg: 1.23.0 -> 1.23.1
parents c4291642 13650ab4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "kubectl-cnpg";
  version = "1.23.0";
  version = "1.23.1";

  src = fetchFromGitHub {
    owner = "cloudnative-pg";
    repo = "cloudnative-pg";
    rev = "v${version}";
    hash = "sha256-pNyXi3IjEMwAUdNzDw8WttQzmtHja2YfTHntowLrQOo=";
    hash = "sha256-sh9ogECNEZ6AYhdJD87ELnr8E0iWPLhDu3Qkdpb2194=";
  };

  vendorHash = "sha256-3yh6b0dB2JC0t2EwykWiLk6glyKUhTpqmqvfFZ4RekE=";