glooctl: 1.10.6 -> 1.10.8

This commit is contained in:
R. Ryantm 2022-02-12 08:38:55 +00:00
parent 70aa8d9ec6
commit 2ce50a6761

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "glooctl";
version = "1.10.6";
version = "1.10.8";
src = fetchFromGitHub {
owner = "solo-io";
repo = "gloo";
rev = "v${version}";
sha256 = "sha256-t63tK0hwbVnUP9UxS8g3uzL3rBvKR10vu1E85mNV3E0=";
sha256 = "sha256-D6UWwR+cs/pGLBOIky34g253xMxWygczbmjtg8ixNoQ=";
};
subPackages = [ "projects/gloo/cli/cmd" ];
vendorSha256 = "sha256-IBuAUKbX1esx2p4Q/b3UxQH9S3VVNYZcn5vRKtmhO0A=";
vendorSha256 = "sha256-6hmGtTNuuR4V0uMGEsOy6Iz/hhL8p1cn/4rEx4Uleug=";
nativeBuildInputs = [ installShellFiles ];