closure-compiler: 20130603 -> 20150315.

This commit is contained in:
Tom Hunger 2015-03-27 11:40:48 +00:00
parent fa67c8c6e2
commit f71fa3cf75

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "closure-compiler-${version}";
version = "20130603";
version = "20150315";
src = fetchurl {
url = "http://dl.google.com/closure-compiler/compiler-${version}.tar.gz";
sha256 = "0bk0s8p9r9an5m0l8y23wjlx490k15i4zah0a384a2akzji8y095";
sha256 = "1vzwyhpqbrndg7mri81f1b2yi8cshw5pghvdda9vdxgq465sa52f";
};
phases = [ "installPhase" ];