Unverified Commit 7e663d36 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

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

closurecompiler: 20231112 -> 20240317
parents 403ed7ab 73945051
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 = "20231112";
  version = "20240317";

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

  dontUnpack = true;