Skip to content

Commit

Permalink
glooctl: 1.12.20 -> 1.12.21
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 21, 2022
1 parent 9b6e32e commit 304bde4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/glooctl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildGoModule rec {
pname = "glooctl";
version = "1.12.20";
version = "1.12.21";

src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-VQUet+KwVLltbISTnaUPElJBuTc0d2lKOA4yzhEn8tY=";
hash = "sha256-Hb33S6ADqyDnSo/rMEwIqm1dW3di5vo4wfPkEuMFybg=";
};

subPackages = [ "projects/gloo/cli/cmd" ];
vendorSha256 = "sha256-584gGED37p5QycoquFwp3hNR9x70kB1EsO5aoZTEJ1Y=";
vendorSha256 = "sha256-D43Sax4GhdojTb3BHwDOHYp9kM3sjk3ZAvCNp5RoyoM=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 304bde4

Please sign in to comment.