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

Merge pull request #259133 from marsam/update-llhttp

llhttp: 9.1.2 -> 9.1.3
parents c1aa47d1 fcda1b71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "llhttp";
  version = "9.1.2";
  version = "9.1.3";

  src = fetchFromGitHub {
    owner = "nodejs";
    repo = "llhttp";
    rev = "release/v${finalAttrs.version}";
    hash = "sha256-kW6u9ETZJcJBh150chfE3SEwFpT7evZ0cqz8caM7fbQ=";
    hash = "sha256-QacjukWkRCuQA4qzUq45521YOBLPuOSKNR1pVxgxe9o=";
  };

  outputs = [ "out" "dev" ];