blob: d09d27b7a6e5f80625c8dc33c0780a8f34de9221 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
pkgs: attrs: with pkgs; with attrs; rec {
version = "2.9.4";
src = fetchFromGitHub {
owner = "nodejs";
repo = "http-parser";
rev = "v${version}";
sha256 = "1vda4dp75pjf5fcph73sy0ifm3xrssrmf927qd1x8g3q46z0cv6c";
};
}
|