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.
2 parents f9b2f2e + e109175 commit 392a931Copy full SHA for 392a931
pkgs/by-name/gl/glooctl/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "glooctl";
10
- version = "1.18.6";
+ version = "1.18.7";
11
12
src = fetchFromGitHub {
13
owner = "solo-io";
14
repo = "gloo";
15
rev = "v${version}";
16
- hash = "sha256-kxNlTVU4VFqEhismth5qb0Ar335TYhO/2oE8tt9km3c=";
+ hash = "sha256-JloV4Qmyq/AQz9q4syIFDvZm7oczZIaOanu7y0wyzaI=";
17
};
18
19
- vendorHash = "sha256-AEfDeUD7A4ZFgctNa8b1XeJMFnmcQCLvlQqNFM/gSCc=";
+ vendorHash = "sha256-lcnsmeZ2XobBE95KqIhUZCKmevg2WEGuZC4qUVkdafM=";
20
21
subPackages = [ "projects/gloo/cli/cmd" ];
22
0 commit comments