mujs: 1.0.5 -> 1.0.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mujs/versions
This commit is contained in:
R. RyanTM 2019-07-15 16:19:32 -07:00
parent 7803ff314c
commit 950ebaf09e

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 ];