summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-06-20 15:05:58 +0200
committerPeter Simons <simons@cryp.to>2014-06-20 16:55:58 +0200
commitc4dcee2dd06e14990c92ac80d81881e5d7490fca (patch)
tree6458456a307054b68a8a6932128ad060d3c74bff
parent54cd79330536e0e764c5d2b407afe9350ca97c9c (diff)
downloadnixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.tar
nixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.tar.gz
nixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.tar.bz2
nixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.tar.lz
nixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.tar.xz
nixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.tar.zst
nixlib-c4dcee2dd06e14990c92ac80d81881e5d7490fca.zip
haskell-http-conduit: update to version 2.1.2.3
-rw-r--r--pkgs/development/libraries/haskell/http-conduit/default.nix4
1 files 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 eaf23d8f4f6b..2f9317817de0 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