Unverified Commit 498a69b0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #245077 from r-ryantm/auto-update/codeql

codeql: 2.13.5 -> 2.14.0
parents 9d6eba08 b75f4d74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "codeql";
  version = "2.13.5";
  version = "2.14.0";

  dontConfigure = true;
  dontBuild = true;
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {

  src = fetchzip {
    url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
    sha256 = "sha256-/carrJ87XvnD5Pd+MJAqNdXxA5vyJl0mX1hEbykhSUk=";
    sha256 = "sha256-ogodg7BFacM5gMMB04R7SBPiVGHBea/lwzTZo04jtWY=";
  };

  nativeBuildInputs = [