summary refs log tree commit diff
path: root/pkgs/development/compilers/icedtea/sources.nix
blob: 2be55870ea7eeb93da62ccea043e6c0940dc118f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is autogenerated from update.py in the same directory.
{
  icedtea7 = rec {
    version = "2.5.3";

    url = "http://icedtea.wildebeest.org/download/source/icedtea-${version}.tar.xz";
    sha256 = "1w7i6j4wmg2ixv7d24mad6gphspnkb9w30azjdp4jqn2zqn95wpl";

    common_url = "http://icedtea.classpath.org/download/drops/icedtea7/${version}";

    bundles = {
      openjdk = rec {
        url = "${common_url}/openjdk.tar.bz2";
        sha256 = "3ba1a30762f5d5890e8ee6af11f52213ab9c574c01f07c75a081c42034f5d5c9";
      };

      corba = rec {
        url = "${common_url}/corba.tar.bz2";
        sha256 = "8ceb2cd60782b7fc14b88e3d366f273873fa5436cf0e36b86406c0905b7dc43c";
      };

      jaxp = rec {
        url = "${common_url}/jaxp.tar.bz2";
        sha256 = "2d13a82078f3f2b8831d1e670e5e75719336a56490df64f16ab7647674a272ef";
      };

      jaxws = rec {
        url = "${common_url}/jaxws.tar.bz2";
        sha256 = "5a63d85307203f1aed1e31459ad5e32687909e0640d424ff6f540d9b1cceeb1e";
      };

      jdk = rec {
        url = "${common_url}/jdk.tar.bz2";
        sha256 = "40c4dda969be0ecd213e79269184e19cfc32100b83777dc529b3cf4b6aa3e12f";
      };

      langtools = rec {
        url = "${common_url}/langtools.tar.bz2";
        sha256 = "516f6c21719f4b5a2092847c147cde7890c5a30d4aed9425ff667c0164ef1dd0";
      };

      hotspot = rec {
        url = "${common_url}/hotspot.tar.bz2";
        sha256 = "8c8e1f7e97f47fe4029e0b0ba42b3515474adabe64e1fbee15c0e2e22a13aa28";
      };
    };
  };
}