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

codeql: 2.1.4 -> 2.2.1
This commit is contained in:
Ryan Mulligan 2020-06-10 05:58:43 -07:00 committed by GitHub
commit 33ba6ab3db
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.1.4";
version = "2.2.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 = "0jgwvc9flqdm88q9kknzjs125j9d3j5l5adcpngfy17ljgziy4nn";
sha256 = "0ijgvp2ifs4wnqmxidinwdcpv41iia74nk0xahasnjm8ljvgnnqh";
};
nativeBuildInputs = [