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

codeql: 2.4.4 -> 2.4.5
This commit is contained in:
Ryan Mulligan 2021-03-14 08:16:46 -07:00 committed by GitHub
commit 9ad528afeb
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.4.4";
version = "2.4.5";
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 = "sha256-ZwGOk4HxURlPwGcWGHg6rqPh9ONPx9iJ2EB6lWKOMiY=";
sha256 = "sha256-FM7fcjbZilp1spy0HxDhEAzs7Qe2r/HObKB80o4mSiw=";
};
nativeBuildInputs = [