Skip to content

Commit 182acd7

Browse files
committed
closurecompiler: 20240317 -> 20250407
1 parent 2966238 commit 182acd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cl/closurecompiler/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "closure-compiler";
11-
version = "20240317";
11+
version = "20250407";
1212

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

1818
dontUnpack = true;

0 commit comments

Comments
 (0)