Skip to content

Commit 3813e43

Browse files
committed
codeql: 2.20.6 -> 2.20.7
1 parent 7296c7f commit 3813e43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/codeql/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "codeql";
14-
version = "2.20.6";
14+
version = "2.20.7";
1515

1616
dontConfigure = true;
1717
dontBuild = true;
1818
dontStrip = true;
1919

2020
src = fetchzip {
2121
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
22-
hash = "sha256-f3CigPHi3z2Sd4CwsITPDPMqKEZimbjuIPByd4+oeK8=";
22+
hash = "sha256-PYTKW+zfmOuJr5BClB3JQKeuZH986uct0m4WyDTxxnQ=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)