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

codeql: 2.17.6 -> 2.18.0
This commit is contained in:
Pol Dellaiera
2024-07-16 20:58:37 +02:00
committed by GitHub
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "codeql";
version = "2.17.6";
version = "2.18.0";
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";
hash = "sha256-Xw/lyA4J0FkU0MTXbOanDJ+rLCEGCOP7BX9sApu+K6s=";
hash = "sha256-wmBsPSwuFUnipLodxtr9xGhWKjBrn3NQ/X1QpxvlRf4=";
};
nativeBuildInputs = [