From c4dcee2dd06e14990c92ac80d81881e5d7490fca Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Jun 2014 15:05:58 +0200 Subject: [PATCH] haskell-http-conduit: update to version 2.1.2.3 --- pkgs/development/libraries/haskell/http-conduit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/http-conduit/default.nix b/pkgs/development/libraries/haskell/http-conduit/default.nix index eaf23d8f4f6..2f9317817de 100644 --- a/pkgs/development/libraries/haskell/http-conduit/default.nix +++ b/pkgs/development/libraries/haskell/http-conduit/default.nix @@ -7,8 +7,8 @@ cabal.mkDerivation (self: { pname = "http-conduit"; - version = "2.1.2.2"; - sha256 = "0pg0ln99rddcjalrnf6ycmby1hy6yknslm46r9ghhg13z1plhwxr"; + version = "2.1.2.3"; + sha256 = "07d9lhkqf1kr4mg61q0pcf8y73wkdymazxrvr425wjh9363r89gl"; buildDepends = [ conduit httpClient httpClientTls httpTypes liftedBase monadControl mtl resourcet transformers