glooctl: 1.12.7 -> 1.12.9

This commit is contained in:
R. Ryantm
2022-08-24 11:04:22 +00:00
parent 6895427d34
commit 9ef7c44ec9
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.12.7";
version = "1.12.9";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-GFexXy/vH8rbtoxGo0Sy6cO+FxLTGaO67BkBPgaHuws=";
hash = "sha256-FSZTonoMojBsp+6K4gID2X92wcOE009hTPNqONxRbps=";
};
subPackages = [ "projects/gloo/cli/cmd" ];