mujs: 2015-09-29 -> 2016-02-22

This commit is contained in:
Pascal Wittmann 2016-03-01 22:06:58 +01:00
parent b2197b84c2
commit d2e15a02d7
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchgit, clang }: { stdenv, fetchgit, clang }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mujs-2015-09-29"; name = "mujs-2016-02-22";
src = fetchgit { src = fetchgit {
url = git://git.ghostscript.com/mujs.git; url = git://git.ghostscript.com/mujs.git;
rev = "08276111f575ac6142e922d62aa264dc1f30b69e"; rev = "624f975aae6b451e35406d8cdde808626052ce2c";
sha256 = "18w7yayrn5p8amack4p23wcz49x9cjh1pmzalrf16fhy3n753hbb"; sha256 = "0vaskzpi84g56yjfkfri1r0lbkawhn556v0b69xjfls7ngsw346y";
}; };
buildInputs = [ clang ]; buildInputs = [ clang ];