Skip to content

Commit 2f3a4fe

Browse files
committed
closurecompiler: 20200406 -> 20200517
1 parent 567f0a3 commit 2f3a4fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/compilers/closure/default.nix

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

33
stdenv.mkDerivation rec {
44
pname = "closure-compiler";
5-
version = "20200406";
5+
version = "20200517";
66

77
src = fetchurl {
88
url = "https://dl.google.com/closure-compiler/compiler-${version}.tar.gz";
9-
sha256 = "1dd6fakavnadpm8h8r4d1saf9flm7ilhknfy0q6i5i237psjf7i5";
9+
sha256 = "05bbsrxw2nxjlcfc22w1ympi66jnmzymivg29cvidh5n28jgwba2";
1010
};
1111

1212
sourceRoot = ".";

0 commit comments

Comments
 (0)