Unverified Commit 0982ccf4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

codeql: 2.24.1 -> 2.24.2 (#492487)

parents e0d7c72b 53055dda
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

stdenv.mkDerivation rec {
  pname = "codeql";
  version = "2.24.1";
  version = "2.24.2";

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

  src = fetchzip {
    url = "https://github.com/github/codeql-cli-binaries/releases/download/v${version}/codeql.zip";
    hash = "sha256-NpbXUw2KivAi/7Lg3UuL30HPa/PeTjhvSgXliDkVKe4=";
    hash = "sha256-P0yJ6uYtOvKRS6WAQOvAPBkGrunyhjMq5ulPdCPYZiI=";
  };

  nativeBuildInputs = [