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

mujs: 1.0.5 -> 1.0.6
This commit is contained in:
Mario Rodas 2019-07-15 19:04:41 -05:00 committed by GitHub
commit cc80f241f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mujs-${version}";
version = "1.0.5";
version = "1.0.6";
src = fetchurl {
url = "https://mujs.com/downloads/mujs-${version}.tar.xz";
sha256 = "02cqrfnww2s3ylcvqin1951f2c5nzpby8gxb207p2hbrivbg8f0l";
sha256 = "1q9w2dcspfp580pzx7sw7x9gbn8j0ak6dvj75wd1ml3f3q3i43df";
};
buildInputs = [ readline ];