codeql: 2.2.5 -> 2.3.1

This commit is contained in:
R. RyanTM 2020-10-17 23:09:18 +00:00
parent 9e1943edc0
commit 08d6831661
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "codeql";
version = "2.2.5";
version = "2.3.1";
dontConfigure = true;
dontBuild = true;
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
src = fetchzip {
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
sha256 = "1x9crby4idkvfy6i5l0r00ixnx3ij68zjh1l5n92hyzlf0snv28d";
sha256 = "1wbqccvj2a31b3h44rfanjrcv9gm4jl60a66mpxrbfjpmkd5hl35";
};
nativeBuildInputs = [