nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

codeql: 2.5.5 -> 2.5.6

authored by

Mario Rodas and committed by
GitHub
822cd406 aefcbc90

+2 -2
+2 -2
pkgs/development/tools/analysis/codeql/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "codeql"; 15 - version = "2.5.5"; 15 + version = "2.5.6"; 16 16 17 17 dontConfigure = true; 18 18 dontBuild = true; ··· 20 20 21 21 src = fetchzip { 22 22 url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip"; 23 - sha256 = "sha256-M5O2NEGIVPWYKl11yxMMVreEtDO1VqcMkiGGrjNmk3A="; 23 + sha256 = "sha256-YBGKIfBTU7MRm1Om4Jknd5Nu77qJftCgjuohcO/9X/w="; 24 24 }; 25 25 26 26 nativeBuildInputs = [