From 838e8d3426fbf2017c18fa77e6d5eabaf566075c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 27 Jan 2014 11:51:32 +0100 Subject: [PATCH] haskell-network-conduit: update to version 1.0.2 --- .../development/libraries/haskell/network-conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/network-conduit/default.nix b/pkgs/development/libraries/haskell/network-conduit/default.nix index 5dec259f5f5..5ad390c39e7 100644 --- a/pkgs/development/libraries/haskell/network-conduit/default.nix +++ b/pkgs/development/libraries/haskell/network-conduit/default.nix @@ -3,8 +3,8 @@ cabal.mkDerivation (self: { pname = "network-conduit"; - version = "1.0.1.1"; - sha256 = "1mji8zb0chnnxl7z4dgijls6szfa6c47zmhx0v1dc9k27bnc0mhx"; + version = "1.0.2"; + sha256 = "00x9m4lsh4hkvw6z6kqd3q7hpy2q905vcnj9x1wbn6swz621h4rw"; buildDepends = [ conduit liftedBase monadControl network transformers ];