cnquery: 11.7.1 -> 11.8.0

This commit is contained in:
R. Ryantm 2024-06-12 03:26:54 +00:00
parent e913ae3400
commit 44784a9244

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "cnquery";
version = "11.7.1";
version = "11.8.0";
src = fetchFromGitHub {
owner = "mondoohq";
repo = "cnquery";
rev = "refs/tags/v${version}";
hash = "sha256-CpQCgL+ymuLQkYhJ067pyJmIHjEMpIKsWPZzUClFc6o=";
hash = "sha256-TlDhfz7nS4zUalYlcvlc1pqytQI24rYCR6mayKX0X0M=";
};
subPackages = [ "apps/cnquery" ];
vendorHash = "sha256-OZ1cpm8DKV7Xik8GYV4ThBWtwPtxW9o9pLrNW7SCiVs=";
vendorHash = "sha256-9oOXiBvCNRV/spusFgG5f29I7CI5fy872NsAezOgs6c=";
ldflags = [
"-w"