Unverified Commit 667ee985 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cnquery: 12.7.1 -> 12.8.0 (#459522)

parents 3ccc0e0d d0cfb393
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,18 +6,18 @@

buildGoModule rec {
  pname = "cnquery";
  version = "12.7.1";
  version = "12.8.0";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnquery";
    tag = "v${version}";
    hash = "sha256-LYEMJ1G+zr0LIeLGlWkoAEu+nwVrDrREBSwVH3BlIsE=";
    hash = "sha256-tgussiogV9w7HR7QJ+XAq/kaMq0igFt+FhgfHLobG18=";
  };

  subPackages = [ "apps/cnquery" ];

  vendorHash = "sha256-ZpyLln4YLPfZy/EXWMDAKy/jr7/wZqkvVclD8F4tEw4=";
  vendorHash = "sha256-V2h+n6JVi3vPcNFVvnBTIq9+gorbTFi30mdBuraH/LU=";

  ldflags = [
    "-w"