glooctl: 1.13.11 -> 1.13.12

This commit is contained in:
R. Ryantm 2023-04-19 16:47:20 +00:00
parent bb2009ca18
commit 501c1f368a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "glooctl";
version = "1.13.11";
version = "1.13.12";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
hash = "sha256-K3tk55YPgBSF0YrxSw8zypnzgwEiyEPAAbiGyuKId9o=";
hash = "sha256-JGmt07aXcxbPH772oWTD7YPvLLuxZGy8rdXEN1EgCNc=";
};
subPackages = [ "projects/gloo/cli/cmd" ];