tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.conduit: 0.8.3 -> 0.10.0
Vincent Laporte
8 years ago
352d4871
8fd3645e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
conduit
default.nix
+2
-2
pkgs/development/ocaml-modules/conduit/default.nix
···
5
6
buildOcaml rec {
7
name = "conduit";
8
-
version = "0.8.3";
9
10
src = fetchurl {
11
url = "https://github.com/mirage/ocaml-conduit/archive/v${version}.tar.gz";
12
-
sha256 = "5cf1a46aa0254345e5143feebe6b54bdef96314e9987f44e69f24618d620faa1";
13
};
14
15
propagatedBuildInputs = [ sexplib_p4 stringext uri_p4 cstruct ipaddr_p4 ];
···
5
6
buildOcaml rec {
7
name = "conduit";
8
+
version = "0.10.0";
9
10
src = fetchurl {
11
url = "https://github.com/mirage/ocaml-conduit/archive/v${version}.tar.gz";
12
+
sha256 = "1jz2skzsyg0axlkk9s6ahfblfrjx599wisyfs0cvn5dik9jqjadh";
13
};
14
15
propagatedBuildInputs = [ sexplib_p4 stringext uri_p4 cstruct ipaddr_p4 ];