We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567f0a3 commit 2f3a4feCopy full SHA for 2f3a4fe
1 file changed
pkgs/development/compilers/closure/default.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
pname = "closure-compiler";
5
- version = "20200406";
+ version = "20200517";
6
7
src = fetchurl {
8
url = "https://dl.google.com/closure-compiler/compiler-${version}.tar.gz";
9
- sha256 = "1dd6fakavnadpm8h8r4d1saf9flm7ilhknfy0q6i5i237psjf7i5";
+ sha256 = "05bbsrxw2nxjlcfc22w1ympi66jnmzymivg29cvidh5n28jgwba2";
10
};
11
12
sourceRoot = ".";
0 commit comments