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

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

glooctl: 1.14.2 -> 1.14.4
parents 83655626 6eee961e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "glooctl";
  version = "1.14.2";
  version = "1.14.4";

  src = fetchFromGitHub {
    owner = "solo-io";
    repo = "gloo";
    rev = "v${version}";
    hash = "sha256-g/gn08Mpwocf5SBJu93bMNiAlg9osIWUy0skV3JzmMk=";
    hash = "sha256-x9vF9JEx1NCc8g7QP1QxnzxTEyLHLoSFX9QUIy7St8o=";
  };

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