Unverified Commit 1da29160 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cnquery: 11.53.2 -> 11.54.0 (#408499)

parents 7e52ecab ec608a62
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule rec {
  pname = "cnquery";
  version = "11.53.2";
  version = "11.54.0";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnquery";
    tag = "v${version}";
    hash = "sha256-nqzlwBGsqGFh6yeqEWXE6MJyyiHwFh8ehaJjDbl+yd0=";
    hash = "sha256-w9O3uEgzSe7e6+ij3AGVOVmDemDY8D1I4UcGXKb1B3E=";
  };

  subPackages = [ "apps/cnquery" ];

  vendorHash = "sha256-CNbpMNT9OX7lAbLugS4vUcOHhtqEQcYFYaTe+HjewdA=";
  vendorHash = "sha256-iGWdx4bgc4TFZ6opc/W9FfXkn6Xgff8pQjOl5SczgSE=";

  ldflags = [
    "-w"