Commit 283218b5 authored by R. RyanTM's avatar R. RyanTM
Browse files

glooctl: 1.13.10 -> 1.13.11

parent 4c056723
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,17 +2,17 @@

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

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

  subPackages = [ "projects/gloo/cli/cmd" ];
  vendorHash = "sha256-sQv6g0Xgs+6jgxacWJwE3dK3GimfiPHly0Z0rvdKNE4=";
  vendorHash = "sha256-BRF4kc2Yers3jV2YqG7koycFK34i8NqTcuyt1oGXzsU=";

  nativeBuildInputs = [ installShellFiles ];