We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cd0a5 commit 7e1bcf5Copy full SHA for 7e1bcf5
1 file changed
pkgs/applications/networking/cluster/glooctl/default.nix
@@ -2,13 +2,13 @@
2
3
buildGoModule rec {
4
pname = "glooctl";
5
- version = "1.13.8";
+ version = "1.13.9";
6
7
src = fetchFromGitHub {
8
owner = "solo-io";
9
repo = "gloo";
10
rev = "v${version}";
11
- hash = "sha256-mflLB+fdNgOlxq/Y2muIyNZHZPFhL6Px355l9w54zC4=";
+ hash = "sha256-rlZtZC5D5wSYVjP/IHSY9eSfaGRGhtfndkC6PYDMXqg=";
12
};
13
14
subPackages = [ "projects/gloo/cli/cmd" ];
0 commit comments