Skip to content

Commit

Permalink
Merge pull request #115082 from r-ryantm/auto-update/codeql
Browse files Browse the repository at this point in the history
codeql: 2.4.3 -> 2.4.4
  • Loading branch information
fabaff committed Mar 5, 2021
2 parents b377158 + c01376f commit f5f6dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/codeql/default.nix
Expand Up @@ -12,15 +12,15 @@

stdenv.mkDerivation rec {
pname = "codeql";
version = "2.4.3";
version = "2.4.4";

dontConfigure = true;
dontBuild = true;
dontStrip = true;

src = fetchzip {
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
sha256 = "sha256-68Q0kG9DEBofNxhGz11ftGNW3d6UICHEwV0yhje8PWg=";
sha256 = "sha256-ZwGOk4HxURlPwGcWGHg6rqPh9ONPx9iJ2EB6lWKOMiY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f5f6dc0

Please sign in to comment.