tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
codeql: 2.17.2 -> 2.17.3
R. Ryantm
2 years ago
8608070c
0f6bec72
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
codeql
default.nix
+2
-2
pkgs/development/tools/analysis/codeql/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "codeql";
5
5
-
version = "2.17.2";
5
5
+
version = "2.17.3";
6
6
7
7
dontConfigure = true;
8
8
dontBuild = true;
···
10
10
11
11
src = fetchzip {
12
12
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
13
13
-
hash = "sha256-l1O3VrO1Ndfp1QIsDmTAhAiUpoOc7+TkQETsoo7m460=";
13
13
+
hash = "sha256-g/+Hf+4cOkud+Gfj/2rqlZ6duzn3A3fkF6mXjXjTypA=";
14
14
};
15
15
16
16
nativeBuildInputs = [