about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-04-09 12:13:52 +0200
committerPeter Simons <simons@cryp.to>2014-04-09 13:33:30 +0200
commitb67feb09902605d527f2e9b25fff883ee66c6216 (patch)
tree80698dbcfc00cfbea693c6584cdcb22b7427a35f
parent0a74f6d3e7f313a4fa0158b5c3cb65a943967c9a (diff)
downloadnixlib-b67feb09902605d527f2e9b25fff883ee66c6216.tar
nixlib-b67feb09902605d527f2e9b25fff883ee66c6216.tar.gz
nixlib-b67feb09902605d527f2e9b25fff883ee66c6216.tar.bz2
nixlib-b67feb09902605d527f2e9b25fff883ee66c6216.tar.lz
nixlib-b67feb09902605d527f2e9b25fff883ee66c6216.tar.xz
nixlib-b67feb09902605d527f2e9b25fff883ee66c6216.tar.zst
nixlib-b67feb09902605d527f2e9b25fff883ee66c6216.zip
haskell-warp-tls: update to version 2.0.3.3
-rw-r--r--pkgs/development/libraries/haskell/warp-tls/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/warp-tls/default.nix b/pkgs/development/libraries/haskell/warp-tls/default.nix
index b04d9439d2df..cca9da9eb3df 100644
--- a/pkgs/development/libraries/haskell/warp-tls/default.nix
+++ b/pkgs/development/libraries/haskell/warp-tls/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "warp-tls";
-  version = "2.0.3.2";
-  sha256 = "1dqaq1z4gb3sya41hiwsxgl4f0v7sqza7aazf2vc7dd5x5izp02w";
+  version = "2.0.3.3";
+  sha256 = "03fjghsa9zvrvg7ickph577zzr62n91gsb99v9k47s4nd2xri2rj";
   buildDepends = [
     conduit conduitExtra cprngAes dataDefaultClass network
     networkConduit resourcet streamingCommons tls transformers wai warp