Unverified Commit 6e8bebce authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

codeql: 2.14.3 -> 2.14.5
parents cc928882 f51bd748
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.14.3";
  version = "2.14.5";

  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-GungnnWT4SoAGRmgFXooAwtha8hlEARNgUlqSrYHQ7o=";
    sha256 = "sha256-axB3BmHmyBDHxBeiwxUpSnhXpdZHfvYQkae7oW1OSzg=";
  };

  nativeBuildInputs = [