Skip to content

Commit f282aec

Browse files
authored
closurecompiler: 20250820 -> 20260128 (NixOS#472029)
2 parents 6fab203 + 16ec434 commit f282aec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 (finalAttrs: {
1010
pname = "closure-compiler";
11-
version = "20250820";
11+
version = "20260128";
1212

1313
src = fetchurl {
1414
url = "mirror://maven/com/google/javascript/closure-compiler/v${finalAttrs.version}/closure-compiler-v${finalAttrs.version}.jar";
15-
sha256 = "sha256-Fx0kNU/+fc03j+Tfsw5Gc4WTkfTaEacLoE/awN1NgtI=";
15+
sha256 = "sha256-GlloHdQBhil/++qld8+yyYpNmCACYxjW8QW0YtPTOVk=";
1616
};
1717

1818
dontUnpack = true;

0 commit comments

Comments
 (0)