ocamlPackages.conduit: 0.8.3 -> 0.10.0

+2 -2
+2 -2
pkgs/development/ocaml-modules/conduit/default.nix
··· 5 5 6 6 buildOcaml rec { 7 7 name = "conduit"; 8 - version = "0.8.3"; 8 + version = "0.10.0"; 9 9 10 10 src = fetchurl { 11 11 url = "https://github.com/mirage/ocaml-conduit/archive/v${version}.tar.gz"; 12 - sha256 = "5cf1a46aa0254345e5143feebe6b54bdef96314e9987f44e69f24618d620faa1"; 12 + sha256 = "1jz2skzsyg0axlkk9s6ahfblfrjx599wisyfs0cvn5dik9jqjadh"; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ sexplib_p4 stringext uri_p4 cstruct ipaddr_p4 ];