forked from mirrors/nixpkgs
mujs: 1.0.9 -> 1.1.1
This commit is contained in:
parent
7bf3b1fe95
commit
54ac23c6b9
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mujs";
|
pname = "mujs";
|
||||||
version = "1.0.9";
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
|
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
|
||||||
sha256 = "sha256-zKjWafQtO2OEPelF370s5KkArbT+gQv3lQQpYdGw6HY=";
|
sha256 = "sha256-meYfyWGfHVULVjVyA7NJ2Ih9CjbffblWc1yijU/3e7A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ readline ];
|
buildInputs = [ readline ];
|
||||||
|
@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A lightweight, embeddable Javascript interpreter";
|
description = "A lightweight, embeddable Javascript interpreter";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
license = licenses.gpl3;
|
license = licenses.isc;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue