Merge pull request #298137 from r-ryantm/auto-update/cnquery

cnquery: 10.2.0 -> 10.8.4
This commit is contained in:
Weijia Wang 2024-03-23 22:19:49 +01:00 committed by GitHub
commit 88b715801e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,18 +5,18 @@
buildGoModule rec {
pname = "cnquery";
version = "10.2.0";
version = "10.8.4";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
rev = "v${version}";
hash = "sha256-bz4a4+mgssrRBthkN87aYxlZV6as2uocFvBKrKLmy8A=";
hash = "sha256-YzoUl7dfmJpTAdJq2o8DrgRKvRoLcyIWiLUD7e7UOMk=";
};
subPackages = [ "apps/cnquery" ];
vendorHash = "sha256-vq6R2FgvoET8SLTpktGLoFzZHqnmizDp0fWU7kqlLgU=";
vendorHash = "sha256-FWPhKDndu+QNxERYc3aQCKAYiSR0BTrZOd3ZW8aG4HU=";
meta = with lib; {
description = "cloud-native, graph-based asset inventory";