Unverified Commit 26b39be9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

glooctl: 1.15.7 -> 1.15.9
parents b8b7f111 b1a7c30d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "glooctl";
  version = "1.15.7";
  version = "1.15.9";

  src = fetchFromGitHub {
    owner = "solo-io";
    repo = "gloo";
    rev = "v${version}";
    hash = "sha256-sGJfQ9sALQPxne+Q1Rf8PhCHBHupbWrIShk1dqFEPhk=";
    hash = "sha256-P3NC1/ZujqSO2C4ToNLpxgbxqACXYYsAFQh1Xbbu7x4=";
  };

  vendorHash = "sha256-KaBq1VCGWv3K50DDelS0hOQkXnK1ufBiXBtbPQFzwMY=";