Skip to content

Commit

Permalink
codeql: 2.5.0 -> 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 22, 2021
1 parent ca79e14 commit 6b883c5
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.5.0";
version = "2.5.2";

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

src = fetchzip {
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
sha256 = "sha256-teZ/9+oAEqGmy2S8Q89YDe8lqvAjzV6RWJ5AnfgQ6Mc=";
sha256 = "sha256-/Pl9qDzFSL67lBEyHPqy3QfNCXzR510SgM0U8f55Dqg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 6b883c5

Please sign in to comment.