Unverified Commit 123777e9 authored by Will Cohen's avatar Will Cohen Committed by GitHub
Browse files

closurecompiler: 20240317 -> 20250407 (#396035)

parents 8e7d13ec 182acd7f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenv.mkDerivation rec {
  pname = "closure-compiler";
  version = "20240317";
  version = "20250407";

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

  dontUnpack = true;