cnquery: 10.9.2 -> 10.11.0

This commit is contained in:
R. Ryantm 2024-04-06 00:07:15 +00:00
parent c67ab4eed2
commit 43efcc72be
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "cnquery";
version = "10.9.2";
version = "10.11.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
rev = "v${version}";
hash = "sha256-4oAJ55qCUaqsJJ+memW078ZuKyvHoO71XhfowEg7dpg=";
hash = "sha256-Dm001NDTi+KO3+OoF9f/X/m83KtqfnWmj0hZU6Zf71k=";
};
subPackages = [ "apps/cnquery" ];
vendorHash = "sha256-M8U6M3ejRrbQMfTh4JWYRLMQLfaDwtPiJOUEywiH6sg=";
vendorHash = "sha256-prtiCzIJizh0/viXwYylJc+GS2dVpNlBd3YvIDfltvs=";
meta = with lib; {
description = "cloud-native, graph-based asset inventory";