Merge pull request #81749 from r-ryantm/auto-update/closure-compiler

closurecompiler: 20200204 -> 20200224
This commit is contained in:
Mario Rodas 2020-03-05 07:14:57 -05:00 committed by GitHub
commit b50c396e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "closure-compiler"; pname = "closure-compiler";
version = "20200204"; version = "20200224";
src = fetchurl { src = fetchurl {
url = "https://dl.google.com/closure-compiler/compiler-${version}.tar.gz"; url = "https://dl.google.com/closure-compiler/compiler-${version}.tar.gz";
sha256 = "0diqnvyfh8w7yf7l5zqvb4msw07n50k9grz0k2znykaqwmjsidx9"; sha256 = "0qlnpnd64rrlyz7ybdnp7zk5ns2s0071zs1fcrcq9ba2lnhfbmmb";
}; };
sourceRoot = "."; sourceRoot = ".";
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A tool for making JavaScript download and run faster"; description = "A tool for making JavaScript download and run faster";
homepage = https://developers.google.com/closure/compiler/; homepage = "https://developers.google.com/closure/compiler/";
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
}; };