codeql: 2.5.6 -> 2.5.7

This commit is contained in:
R. RyanTM 2021-07-04 02:51:37 +00:00 committed by Jonathan Ringer
parent 7b48f6295d
commit 2b42d61cef

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "codeql";
version = "2.5.6";
version = "2.5.7";
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-YBGKIfBTU7MRm1Om4Jknd5Nu77qJftCgjuohcO/9X/w=";
sha256 = "sha256-dKJQv/omXT/L5dWYkveXodNNt5Q3i1WDIA9nwmo0Sfc=";
};
nativeBuildInputs = [