lol

mujs: 2016-11-30 -> 2017-01-24

+3 -3
+3 -3
pkgs/development/interpreters/mujs/default.nix
··· 1 1 { stdenv, fetchgit, clang }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "mujs-2016-11-30"; 4 + name = "mujs-2017-01-24"; 5 5 6 6 src = fetchgit { 7 7 url = git://git.ghostscript.com/mujs.git; 8 - rev = "a0ceaf5050faf419401fe1b83acfa950ec8a8a89"; 9 - sha256 = "13abghhqrivaip4h0fav80i8hid220dj0ddc1xnhn6w9rbnrriyg"; 8 + rev = "4006739a28367c708dea19aeb19b8a1a9326ce08"; 9 + sha256 = "0wvjl8lkh0ga6fkmxgjqq77yagncbv1bdy6hpnxq31x3mkwn1s51"; 10 10 }; 11 11 12 12 buildInputs = [ clang ];