summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-05 22:43:27 +0200
committerPeter Simons <simons@cryp.to>2013-04-06 10:32:54 +0200
commit5014149810387861789687ec821e762dea77b55f (patch)
treece1e59da912e00e3d172c04d9998abc8bfea8b75 /pkgs
parent9c23cc6ef4d83310967e41e27ce0337ff7628a67 (diff)
downloadnixlib-5014149810387861789687ec821e762dea77b55f.tar
nixlib-5014149810387861789687ec821e762dea77b55f.tar.gz
nixlib-5014149810387861789687ec821e762dea77b55f.tar.bz2
nixlib-5014149810387861789687ec821e762dea77b55f.tar.lz
nixlib-5014149810387861789687ec821e762dea77b55f.tar.xz
nixlib-5014149810387861789687ec821e762dea77b55f.tar.zst
nixlib-5014149810387861789687ec821e762dea77b55f.zip
haskell-streamproc: update to version 1.6.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/streamproc/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/streamproc/default.nix b/pkgs/development/libraries/haskell/streamproc/default.nix
index fef81d92212f..2b37be487e6a 100644
--- a/pkgs/development/libraries/haskell/streamproc/default.nix
+++ b/pkgs/development/libraries/haskell/streamproc/default.nix
@@ -2,10 +2,10 @@
 
 cabal.mkDerivation (self: {
   pname = "streamproc";
-  version = "1.6";
-  sha256 = "0bb1rdzzpjggw7dk4q3hwa1j1bvkfqhz6vrd45shcp57ixqlp6ws";
+  version = "1.6.2";
+  sha256 = "1wl44n4nav4h203mzfdf1bd5nh4v23dib54lvxka1rl3zymgyvp7";
   meta = {
-    homepage = "http://gitorious.org/streamproc";
+    homepage = "http://github.com/peti/streamproc";
     description = "Stream Processer Arrow";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;