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

cnquery: 11.9.1 -> 11.10.0
This commit is contained in:
Fabian Affolter 2024-06-27 21:25:37 +02:00 committed by GitHub
commit 5a4d57e5d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnquery";
version = "11.9.1";
version = "11.10.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
rev = "refs/tags/v${version}";
hash = "sha256-EuYkjVaZmV2/DxrKgrfZraMZs5eVZRbNhCVvRtCoAK8=";
hash = "sha256-t8TuFjNpsVE5Xq3EloUAJH8ZqiCbZlIm9yzWTGr+E98=";
};
subPackages = [ "apps/cnquery" ];
vendorHash = "sha256-VuJlc1qQSGu+9G3PkoE+Qz6UOv524xZPv+lYzK1Y9VY=";
vendorHash = "sha256-npnZ/eTfA6GVga6p9XKMMU6YbECN657QMMEQA/pgLfc=";
ldflags = [
"-w"