3
0
Fork 0
forked from mirrors/nixpkgs

codeql: 2.7.0 -> 2.7.2

This commit is contained in:
R. Ryantm 2021-12-06 10:33:42 +00:00
parent 1657d58122
commit c54390f318

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "codeql";
version = "2.7.0";
version = "2.7.2";
dontConfigure = true;
dontBuild = true;
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
src = fetchzip {
url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
sha256 = "sha256-KsgtuQ0ovccZTMm19LrxRU/JOcLzfkL6VRa6W7Tprnw=";
sha256 = "sha256-BbSYIhSFXBge/jb88UumLkHH+xw+Rp9uSYnpdntZGws=";
};
nativeBuildInputs = [