Unverified Commit 87666388 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #267386 from r-ryantm/auto-update/closurecompiler

closurecompiler: 20230802 -> 20231112
parents d3fa450e ded74cdb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "closure-compiler";
  version = "20230802";
  version = "20231112";

  src = fetchurl {
    url = "mirror://maven/com/google/javascript/closure-compiler/v${version}/closure-compiler-v${version}.jar";
    sha256 = "sha256-IwqeBain2dqgg7H26G7bpusexkAqaiWEMv5CRc3EqV8=";
    sha256 = "sha256-oH1/QZX8cF9sZikP5XpNdfsMepJrgW+uX0OGHhJVbmw=";
  };

  dontUnpack = true;