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

cnquery: 10.11.1 -> 10.12.2
This commit is contained in:
Nick Cao 2024-04-17 10:49:20 -04:00 committed by GitHub
commit 3072f50d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnquery";
version = "10.11.1";
version = "10.12.2";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
rev = "refs/tags/v${version}";
hash = "sha256-0poDqU4R6sr1Fkpq0snFZ5gEUU2Es8V9NRcZpxQb/xU=";
hash = "sha256-TqbE94JmewkYxulF8ePKxQLb2NvQ6FNpfqqedtYM4aY=";
};
subPackages = [ "apps/cnquery" ];
vendorHash = "sha256-5jbxZVSmqZ7VFDsBcgf1HIlVRUvewENT0k+YWgbnnrQ=";
vendorHash = "sha256-dS62XJFdL3Js2i6JwksvU8hEme6+6NojfjdzUZnY1wI=";
ldflags = [
"-w"