forked from mirrors/nixpkgs
haskell-streamproc: update to version 1.6.2
This commit is contained in:
parent
9c23cc6ef4
commit
5014149810
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue