Merge pull request #149857 from r-ryantm/auto-update/mujs

mujs: 1.1.2 -> 1.1.3
This commit is contained in:
Mario Rodas 2021-12-11 22:35:39 -05:00 committed by GitHub
commit a7696c9902
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.2";
version = "1.1.3";
src = fetchurl {
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
sha256 = "sha256-cZ6IK7fZhkDvoWM4Hpto7xzjXIekIuKqQZDJ5AIlh10=";
sha256 = "sha256-TSTpUJqea9I9fKFh0Kggvml+fmFD2aVx+tdUGyIcIKY=";
};
buildInputs = [ readline ];