mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
ocamlPackages.conduit: 0.8.3 -> 0.10.0
This commit is contained in:
parent
8fd3645e1b
commit
352d487101
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
buildOcaml rec {
|
buildOcaml rec {
|
||||||
name = "conduit";
|
name = "conduit";
|
||||||
version = "0.8.3";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/mirage/ocaml-conduit/archive/v${version}.tar.gz";
|
url = "https://github.com/mirage/ocaml-conduit/archive/v${version}.tar.gz";
|
||||||
sha256 = "5cf1a46aa0254345e5143feebe6b54bdef96314e9987f44e69f24618d620faa1";
|
sha256 = "1jz2skzsyg0axlkk9s6ahfblfrjx599wisyfs0cvn5dik9jqjadh";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sexplib_p4 stringext uri_p4 cstruct ipaddr_p4 ];
|
propagatedBuildInputs = [ sexplib_p4 stringext uri_p4 cstruct ipaddr_p4 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user