Unverified Commit db6bc2d6 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #254928 from marsam/update-llhttp

llhttp: 9.0.1 -> 9.1.0
parents 033d8e7d ec74ab7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "llhttp";
  version = "9.0.1";
  version = "9.1.0";

  src = fetchFromGitHub {
    owner = "nodejs";
    repo = "llhttp";
    rev = "release/v${version}";
    hash = "sha256-cXqc6/lQUhp9GV8msXsPokd6OGSczvz8uAXkM16GEE0=";
    hash = "sha256-DWRo9mVpmty/Ec+pKqPTZqwOlYJD+SmddwEui7P/694=";
  };

  nativeBuildInputs = [