Commit 951430c3 authored by R. RyanTM's avatar R. RyanTM
Browse files

codeql: 2.14.6 -> 2.15.1

parent 6c5458cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "codeql";
  version = "2.14.6";
  version = "2.15.1";

  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";
    hash = "sha256-MmVH5rB6yg5w8RsrRkiV7bfCxHgp0jw27IOmUS3fcHA=";
    hash = "sha256-ksWf5z0PM5osMxnR5XeEyZw4g7UbHUCqnpw2FB5M6kU=";
  };

  nativeBuildInputs = [