summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-26 12:38:02 +0200
committerPeter Simons <simons@cryp.to>2014-08-26 13:47:01 +0200
commit0ac307bd8ac5840b6090f8752e011e5a317b1bf4 (patch)
tree44e713127c59ebfa683a76e08f0ca154dfc80095 /pkgs/development
parent6c3990bfae311238f925002e665e4098b8945c23 (diff)
downloadnixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.tar
nixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.tar.gz
nixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.tar.bz2
nixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.tar.lz
nixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.tar.xz
nixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.tar.zst
nixlib-0ac307bd8ac5840b6090f8752e011e5a317b1bf4.zip
haskell-http-conduit: update to version 2.1.4.1
Diffstat (limited to 'pkgs/development')
-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 132b9722f74b..fd7eb7dd64ae 100644
--- a/pkgs/development/libraries/haskell/http-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/http-conduit/default.nix
@@ -9,8 +9,8 @@
 
 cabal.mkDerivation (self: {
   pname = "http-conduit";
-  version = "2.1.4";
-  sha256 = "14xfd25y7r2lhg7dx9hfniihgyzhkz4c6642k5pr27fqjjlr6ijb";
+  version = "2.1.4.1";
+  sha256 = "1v65v2dky7vgyh5hfvih208zhbd2czxdrshw9zw0af1naq2m5hk2";
   buildDepends = [
     conduit httpClient httpClientTls httpTypes liftedBase monadControl
     mtl resourcet transformers