Unverified Commit 556d3d60 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

cnquery: 12.4.0 -> 12.5.1 (#452663)

parents 7c76c6cf aebe59aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "cnquery";
  version = "12.4.0";
  version = "12.5.1";

  src = fetchFromGitHub {
    owner = "mondoohq";
    repo = "cnquery";
    tag = "v${version}";
    hash = "sha256-A/2/pk9ncGZwxiA4BOcpiPZcLiyRB0dTmf/tw3yDikc=";
    hash = "sha256-f7P7m+RBrWxvdBMtPXZLNB4/Alr0ByiEhh9mIcVPfLk=";
  };

  subPackages = [ "apps/cnquery" ];