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

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

glooctl: 1.14.1 -> 1.14.2
parents 3ca512b1 107507c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,17 +2,17 @@

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

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

  subPackages = [ "projects/gloo/cli/cmd" ];
  vendorHash = "sha256-NuvwqpZix7VJ65bkCKju8cJaGbNnyKSZyJ02IHK9SHA=";
  vendorHash = "sha256-z1am0HfRrPAg2H7ZAjinoirfmaCFdF1oavVVVKQ3V8o=";

  nativeBuildInputs = [ installShellFiles ];