codeql: 2.22.4 -> 2.23.0 (#442457)

authored by Wolfgang Walther and committed by GitHub 00b8e8c0 b1c93650

+2 -2
+2 -2
pkgs/by-name/co/codeql/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "codeql"; 14 - version = "2.22.4"; 14 + version = "2.23.0"; 15 15 16 16 dontConfigure = true; 17 17 dontBuild = true; ··· 19 19 20 20 src = fetchzip { 21 21 url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip"; 22 - hash = "sha256-g1544Y+TiJE814HaneTDOuRTAux9RWsLgMRruI/CVTg="; 22 + hash = "sha256-8T1aOy2okhwj2rFz3jUpUm2JaJcrXdB6KpSD8btCEx4="; 23 23 }; 24 24 25 25 nativeBuildInputs = [