More metadata
svn path=/nixpkgs/trunk/; revision=23808
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "muparser-1.30";
|
||||
name = "muparser-1.34";
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/muparser/muparser_v130.tar.gz;
|
||||
sha256 = "164wak2sva6z9vq3anrciz1npyk2x3wqkz6xwp9ld3gmdqbdn8s4";
|
||||
url = mirror://sourceforge/muparser/muparser_v134.tar.gz;
|
||||
sha256 = "0xi27xjj7bwwf5nw3n2lynpr76al3vp204zwh71wkfnhwbzksg8f";
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = http://muparser.sourceforge.net;
|
||||
description = "An extensible high performance math expression parser library written in C++";
|
||||
license = "MIT";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user