about summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/codeql
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-15 07:31:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-15 07:31:19 +0000
commitadaa5289673eea472d9c9ced26f09f6d79fbde75 (patch)
tree3494b3b209321148ddc4bf5118fd4f00071a5049 /pkgs/development/tools/analysis/codeql
parente8e9febf8bc4e90f1b38d3b22a704d347a99a74a (diff)
downloadnixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.tar
nixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.tar.gz
nixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.tar.bz2
nixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.tar.lz
nixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.tar.xz
nixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.tar.zst
nixlib-adaa5289673eea472d9c9ced26f09f6d79fbde75.zip
codeql: 2.11.0 -> 2.12.0
Diffstat (limited to 'pkgs/development/tools/analysis/codeql')
-rw-r--r--pkgs/development/tools/analysis/codeql/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/codeql/default.nix b/pkgs/development/tools/analysis/codeql/default.nix
index 27f758f39b5a..ec333520ca54 100644
--- a/pkgs/development/tools/analysis/codeql/default.nix
+++ b/pkgs/development/tools/analysis/codeql/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "codeql";
-  version = "2.11.0";
+  version = "2.12.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";
-    sha256 = "sha256-nY31/coUnBNkKg10SOd64sBBkV44g+eIXyKIrPq1IWU=";
+    sha256 = "sha256-V+UXodw84NGZPi3Ws4hKyftqnGibn9uFgrkGXxpRAZc=";
   };
 
   nativeBuildInputs = [