Commit 3813e43c authored by R. RyanTM's avatar R. RyanTM
Browse files

codeql: 2.20.6 -> 2.20.7

parent 7296c7ff
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.20.6";
  version = "2.20.7";

  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-f3CigPHi3z2Sd4CwsITPDPMqKEZimbjuIPByd4+oeK8=";
    hash = "sha256-PYTKW+zfmOuJr5BClB3JQKeuZH986uct0m4WyDTxxnQ=";
  };

  nativeBuildInputs = [