summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-27 12:39:37 +0100
committerPeter Simons <simons@cryp.to>2013-10-27 19:07:15 +0100
commitaab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1 (patch)
treee0d1c2d74a65c889d0f7f237f8d201103ba7a04f
parentfbe6b6cbffba34f7c4e89e91300a3fb0e46274dc (diff)
downloadnixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.tar
nixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.tar.gz
nixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.tar.bz2
nixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.tar.lz
nixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.tar.xz
nixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.tar.zst
nixlib-aab65b9f2ba5e0c132ff9c2d9a38a9cbfc3129c1.zip
haskell-socks: update to version 0.5.4
-rw-r--r--pkgs/development/libraries/haskell/socks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/socks/default.nix b/pkgs/development/libraries/haskell/socks/default.nix
index f939708c16a6..1953e3436eed 100644
--- a/pkgs/development/libraries/haskell/socks/default.nix
+++ b/pkgs/development/libraries/haskell/socks/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "socks";
-  version = "0.5.3";
-  sha256 = "0cajbl7vrljawaxl3vbbf0sq92ry3cj925sww4nw70lhpz96ay4x";
+  version = "0.5.4";
+  sha256 = "1nmldlwxqasmg359i2aa3a903gi3lmnlspvf12xk49jrg3mf3dg9";
   buildDepends = [ cereal network ];
   meta = {
     homepage = "http://github.com/vincenthz/hs-socks";