Unverified Commit 1636ea30 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

codeql: 2.22.2 -> 2.22.3 (#431802)

parents 6d1a4038 f3821258
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

stdenv.mkDerivation rec {
  pname = "codeql";
  version = "2.22.2";
  version = "2.22.3";

  dontConfigure = true;
  dontBuild = true;
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {

  src = fetchzip {
    url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
    hash = "sha256-4GbvOtRm9YG0lqKnFv859UEsGb6cCkzjfx7Xazs5two=";
    hash = "sha256-75ayL/TftTM1nfwIFsVOhfqFi//ts6o8GeK/mYez04k=";
  };

  nativeBuildInputs = [