glooctl: 1.18.2 -> 1.18.5

This commit is contained in:
R. Ryantm
2025-01-14 05:32:51 +00:00
parent 9b8c09ebfa
commit a8aaba982c
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "glooctl";
version = "1.18.2";
version = "1.18.5";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-EpZaO7I8wQ8PnZKc8hBiK/mY+v+A8osuvrmGH/qGr64=";
hash = "sha256-0ITszVZnxbXSCie9lFotMwZYSVTAhqDgKiz19apPkog=";
};
vendorHash = "sha256-N6S/g89mNsDlJIWOl9F4xo8L/k/k8971rEV9pSShf3U=";
vendorHash = "sha256-AEfDeUD7A4ZFgctNa8b1XeJMFnmcQCLvlQqNFM/gSCc=";
subPackages = [ "projects/gloo/cli/cmd" ];