Skip to content

Commit

Permalink
Merge pull request #100901 from r-ryantm/auto-update/codeql
Browse files Browse the repository at this point in the history
codeql: 2.2.5 -> 2.3.1
  • Loading branch information
marsam committed Oct 18, 2020
2 parents 9b3e35d + 08d6831 commit aa6e909
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.2.5";
version = "2.3.1";

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

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

nativeBuildInputs = [
Expand Down

0 comments on commit aa6e909

Please sign in to comment.