Merge pull request #100901 from r-ryantm/auto-update/codeql

codeql: 2.2.5 -> 2.3.1
This commit is contained in:
Mario Rodas 2020-10-18 09:06:16 -05:00 committed by GitHub
commit aa6e909aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [