3
0
Fork 0
forked from mirrors/nixpkgs

mujs: 2016-02-22 -> 2016-09-21

This commit is contained in:
Graham Christensen 2016-10-13 07:42:30 -04:00
parent d5316884e4
commit 85c9f014ed
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -1,12 +1,12 @@
{ stdenv, fetchgit, clang }:
stdenv.mkDerivation rec {
name = "mujs-2016-02-22";
name = "mujs-2016-09-21";
src = fetchgit {
url = git://git.ghostscript.com/mujs.git;
rev = "624f975aae6b451e35406d8cdde808626052ce2c";
sha256 = "0cab7x73v380wklpkbrc1k4iyh4q2jyx3zxbymlfi1spmrpn6skl";
rev = "5c337af4b3df80cf967e4f9f6a21522de84b392a";
sha256 = "1x5g6nycggc83md2dbr2nahjbkkmmn64bg25a8hih7z72sw41dgw";
};
buildInputs = [ clang ];