summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-02 00:23:25 +0100
committerPeter Simons <simons@cryp.to>2014-01-06 12:09:57 +0100
commitde9ff84ca0d0a6c0197f1521d9d177863493828e (patch)
tree2e86a058320267fd0dbb651cc08cbe24a107c7e0 /pkgs/development
parenta397d62d312ab1cc8c8e84efb27ebdcfe754644b (diff)
downloadnixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.tar
nixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.tar.gz
nixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.tar.bz2
nixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.tar.lz
nixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.tar.xz
nixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.tar.zst
nixpkgs-de9ff84ca0d0a6c0197f1521d9d177863493828e.zip
haskell-network: update to version 2.4.2.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/network/2.4.2.2.nix (renamed from pkgs/development/libraries/haskell/network/2.4.2.1.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/network/2.4.2.1.nix b/pkgs/development/libraries/haskell/network/2.4.2.2.nix
index 33a79a7eccf..390529b6a76 100644
--- a/pkgs/development/libraries/haskell/network/2.4.2.1.nix
+++ b/pkgs/development/libraries/haskell/network/2.4.2.2.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "network";
-  version = "2.4.2.1";
-  sha256 = "1rm8zlpy6738wxagk1xmlvawn807cd4xf2fn0hgjqj12scviz60p";
+  version = "2.4.2.2";
+  sha256 = "0bxfy6irh5050ykhwfwzl5fnqi74j7x6k4ni7ahw2zwjy3qafc5x";
   buildDepends = [ parsec ];
   testDepends = [
     HUnit testFramework testFrameworkHunit testFrameworkQuickcheck2