Skip to content

Commit

Permalink
codeql: 2.5.3 -> 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jonringer committed May 17, 2021
1 parent f1d2aad commit af7e2ff
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.5.3";
version = "2.5.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-+bVbl6cuWrG+75AN5a1SUI8AXJq8ThnOpITPf6S2uEI=";
sha256 = "sha256-UYiyF0Ij6zWjJUs7GZtUVTZbFQmN21/O/64X4JV5+O4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit af7e2ff

Please sign in to comment.