codeql: 2.21.4 -> 2.22.1 (#418098)

authored by Wolfgang Walther and committed by GitHub fde52d54 1bf6d4e8

+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.21.4"; 14 + version = "2.22.1"; 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-iC6P/GhMw7Sf8Ic6oglB+GFLWBrZZ+YuOJbyNm99ypc="; 22 + hash = "sha256-wXwFrAFODwVj/6b9Nh2wWnNjMMyjlnGXOWiT2/HW2r4="; 23 23 }; 24 24 25 25 nativeBuildInputs = [