Merge pull request #121479 from LeSuisse/mujs-1.1.2

mujs: 1.1.1 -> 1.1.2
This commit is contained in:
Pascal Bach 2021-05-03 16:58:28 +02:00 committed by GitHub
commit 6fdfef7792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "mujs";
version = "1.1.1";
version = "1.1.2";
src = fetchurl {
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
sha256 = "sha256-meYfyWGfHVULVjVyA7NJ2Ih9CjbffblWc1yijU/3e7A=";
sha256 = "sha256-cZ6IK7fZhkDvoWM4Hpto7xzjXIekIuKqQZDJ5AIlh10=";
};
buildInputs = [ readline ];