Unverified Commit 24592341 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

glooctl: 1.13.9 -> 1.13.10
parents 43ae2a7a c30da982
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.9";
  version = "1.13.10";

  src = fetchFromGitHub {
    owner = "solo-io";
    repo = "gloo";
    rev = "v${version}";
    hash = "sha256-rlZtZC5D5wSYVjP/IHSY9eSfaGRGhtfndkC6PYDMXqg=";
    hash = "sha256-PsdaGVBEslcBMNCj1NQozwbrRx1Nx7Z5+jtZLCrJwDU=";
  };

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