Skip to content

Commit

Permalink
Merge pull request NixOS#319210 from r-ryantm/auto-update/cnquery
Browse files Browse the repository at this point in the history
cnquery: 11.7.1 -> 11.8.0
  • Loading branch information
NickCao authored Jun 12, 2024
2 parents 73ea053 + 44784a9 commit a985888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/cnquery/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a985888

Please sign in to comment.