Skip to content

Commit

Permalink
codeql: 2.2.3 -> 2.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Pamplemousse <[email protected]>
  • Loading branch information
Pamplemousse committed Jul 24, 2020
1 parent c4fff12 commit d14d094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/codeql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

stdenv.mkDerivation rec {
pname = "codeql";
version = "2.2.3";
version = "2.2.4";

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

src = fetchzip {
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
sha256 = "029l4f7d6c6kj2arc2zij4r04y36p537c6qaa6v87dd9piz85k0j";
sha256 = "0vrl9q7rm8bjxbb5076qx2cbva1wp1gp6z0pjwpg70z90gp49n2p";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d14d094

Please sign in to comment.