Skip to content

Commit 7e1bcf5

Browse files
committed
glooctl: 1.13.8 -> 1.13.9
1 parent 02cd0a5 commit 7e1bcf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/networking/cluster/glooctl

pkgs/applications/networking/cluster/glooctl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildGoModule rec {
44
pname = "glooctl";
5-
version = "1.13.8";
5+
version = "1.13.9";
66

77
src = fetchFromGitHub {
88
owner = "solo-io";
99
repo = "gloo";
1010
rev = "v${version}";
11-
hash = "sha256-mflLB+fdNgOlxq/Y2muIyNZHZPFhL6Px355l9w54zC4=";
11+
hash = "sha256-rlZtZC5D5wSYVjP/IHSY9eSfaGRGhtfndkC6PYDMXqg=";
1212
};
1313

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

0 commit comments

Comments
 (0)