Unverified Commit 9d1a3e49 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #227097 from r-ryantm/auto-update/glooctl

glooctl: 1.13.11 -> 1.13.12
parents 0f7bd8cb 501c1f36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "glooctl";
  version = "1.13.11";
  version = "1.13.12";

  src = fetchFromGitHub {
    owner = "solo-io";
    repo = "gloo";
    rev = "v${version}";
    hash = "sha256-K3tk55YPgBSF0YrxSw8zypnzgwEiyEPAAbiGyuKId9o=";
    hash = "sha256-JGmt07aXcxbPH772oWTD7YPvLLuxZGy8rdXEN1EgCNc=";
  };

  subPackages = [ "projects/gloo/cli/cmd" ];