We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7296c7f commit 3813e43Copy full SHA for 3813e43
pkgs/by-name/co/codeql/package.nix
@@ -11,15 +11,15 @@
11
12
stdenv.mkDerivation rec {
13
pname = "codeql";
14
- version = "2.20.6";
+ version = "2.20.7";
15
16
dontConfigure = true;
17
dontBuild = true;
18
dontStrip = true;
19
20
src = fetchzip {
21
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
22
- hash = "sha256-f3CigPHi3z2Sd4CwsITPDPMqKEZimbjuIPByd4+oeK8=";
+ hash = "sha256-PYTKW+zfmOuJr5BClB3JQKeuZH986uct0m4WyDTxxnQ=";
23
};
24
25
nativeBuildInputs = [
0 commit comments