about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-11 10:18:49 +0200
committerPeter Simons <simons@cryp.to>2012-10-11 10:18:49 +0200
commit000791e74a511f862081aff90ab27304c88f0aba (patch)
treed76e1f6febe735b893fe51036d699cf590b799eb
parent6f4063686ea48296e2e4a7e73eafcce9dbd664d1 (diff)
downloadnixlib-000791e74a511f862081aff90ab27304c88f0aba.tar
nixlib-000791e74a511f862081aff90ab27304c88f0aba.tar.gz
nixlib-000791e74a511f862081aff90ab27304c88f0aba.tar.bz2
nixlib-000791e74a511f862081aff90ab27304c88f0aba.tar.lz
nixlib-000791e74a511f862081aff90ab27304c88f0aba.tar.xz
nixlib-000791e74a511f862081aff90ab27304c88f0aba.tar.zst
nixlib-000791e74a511f862081aff90ab27304c88f0aba.zip
haskell-http-conduit: update to version 1.6.1.2
-rw-r--r--pkgs/development/libraries/haskell/http-conduit/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/http-conduit/default.nix b/pkgs/development/libraries/haskell/http-conduit/default.nix
index 3e094e0c6b1a..9a1d45c40f13 100644
--- a/pkgs/development/libraries/haskell/http-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/http-conduit/default.nix
@@ -8,8 +8,8 @@
 
 cabal.mkDerivation (self: {
   pname = "http-conduit";
-  version = "1.6.1.1";
-  sha256 = "00xixsp1n37mb2in20lsxf460cyjbsp8dj2avys6hyrdn14ki130";
+  version = "1.6.1.2";
+  sha256 = "02dh7gh9pk5dj6dl28hn3vqvf9280b57bqas4w7zsgnhjivxy20x";
   buildDepends = [
     asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
     blazeBuilderConduit caseInsensitive certificate conduit cookie
@@ -17,7 +17,6 @@ cabal.mkDerivation (self: {
     monadControl mtl network regexCompat resourcet socks text time tls
     tlsExtra transformers transformersBase utf8String void zlibConduit
   ];
-  jailbreak = true;
   meta = {
     homepage = "http://www.yesodweb.com/book/http-conduit";
     description = "HTTP client package with conduit interface and HTTPS support";