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

closurecompiler: 20220905 -> 20221004
This commit is contained in:
Mario Rodas 2022-10-14 19:32:08 -05:00 committed by GitHub
commit 28e22af099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "closure-compiler";
version = "20220905";
version = "20221004";
src = fetchurl {
url = "mirror://maven/com/google/javascript/closure-compiler/v${version}/closure-compiler-v${version}.jar";
sha256 = "sha256-+1f6ILeoMO+6a+uL3y95PAbcyr2KXh0yMQfzsUcCg0E=";
sha256 = "sha256-r2m5nfNWg5aGJBRLVZwmgilpgc4epLWY4qx34pRIi6Q=";
};
dontUnpack = true;