Skip to content

Commit

Permalink
codeql: 2.18.3 -> 2.18.4 (#341692)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 14, 2024
2 parents 55261c9 + 171a3b0 commit caf8a53
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 @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "codeql";
version = "2.18.3";
version = "2.18.4";

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

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

nativeBuildInputs = [
Expand Down

0 comments on commit caf8a53

Please sign in to comment.