Unverified Commit 62532311 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

codeql: 2.21.0 -> 2.21.1 (#402490)

parents 7ffab93b 8a79ed05
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.21.0";
  version = "2.21.1";

  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-pYNjb7jvYNgL6H+jhH1eviwk67JCDt1S5F2yxRaAO6g=";
    hash = "sha256-l8ud3yiycRyWk4yQ8LkJIGpK2aZh8GwYKRBZEYqObHg=";
  };

  nativeBuildInputs = [