Skip to content

Commit 392a931

Browse files
authored
glooctl: 1.18.6 -> 1.18.7 (#381482)
2 parents f9b2f2e + e109175 commit 392a931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gl/glooctl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "glooctl";
10-
version = "1.18.6";
10+
version = "1.18.7";
1111

1212
src = fetchFromGitHub {
1313
owner = "solo-io";
1414
repo = "gloo";
1515
rev = "v${version}";
16-
hash = "sha256-kxNlTVU4VFqEhismth5qb0Ar335TYhO/2oE8tt9km3c=";
16+
hash = "sha256-JloV4Qmyq/AQz9q4syIFDvZm7oczZIaOanu7y0wyzaI=";
1717
};
1818

19-
vendorHash = "sha256-AEfDeUD7A4ZFgctNa8b1XeJMFnmcQCLvlQqNFM/gSCc=";
19+
vendorHash = "sha256-lcnsmeZ2XobBE95KqIhUZCKmevg2WEGuZC4qUVkdafM=";
2020

2121
subPackages = [ "projects/gloo/cli/cmd" ];
2222

0 commit comments

Comments
 (0)