summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/warp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-01-30 11:29:43 +0100
committerPeter Simons <simons@cryp.to>2013-01-30 11:29:58 +0100
commit2603bc59b1b1b29e315f687a24ec475a8e03de81 (patch)
treea9154cf2261d20631b2d168f1d90a78eaf5eda5c /pkgs/development/libraries/haskell/warp
parent23140d9411ad33902ec37e66a541c3e2ada7c3bd (diff)
downloadnixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.tar
nixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.tar.gz
nixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.tar.bz2
nixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.tar.lz
nixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.tar.xz
nixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.tar.zst
nixpkgs-2603bc59b1b1b29e315f687a24ec475a8e03de81.zip
haskell-warp: update to version 1.3.7.2
Diffstat (limited to 'pkgs/development/libraries/haskell/warp')
-rw-r--r--pkgs/development/libraries/haskell/warp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/warp/default.nix b/pkgs/development/libraries/haskell/warp/default.nix
index 6a36e873ca6..dd6bf66b676 100644
--- a/pkgs/development/libraries/haskell/warp/default.nix
+++ b/pkgs/development/libraries/haskell/warp/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "warp";
-  version = "1.3.7.1";
-  sha256 = "0kabcxzjc686iayhxln2cmnxm3vk3h0685n4d4ybprv5h1nc6ghl";
+  version = "1.3.7.2";
+  sha256 = "06cwc0lmzgna939svdw7v5s822safkfy3wd4n21f9ml20iskzqm6";
   buildDepends = [
     blazeBuilder blazeBuilderConduit caseInsensitive conduit hashable
     httpTypes liftedBase network networkConduit simpleSendfile