summary refs log tree commit diff
path: root/pkgs/development/compilers/icedtea/sources.nix
blob: 80d96b4660aec50d2211c562db6581af2138d198 (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.5";

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

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

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

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

      jaxp = rec {
        url = "${common_url}/jaxp.tar.bz2";
        sha256 = "293218d595763f7e02a91ea88860e5314e42330cbc21b73dc5de32e7e26fd256";
      };

      jaxws = rec {
        url = "${common_url}/jaxws.tar.bz2";
        sha256 = "76d6d0670ede806b01d39e07c644e423a50984f1cf0ec560afa23f0fedf575be";
      };

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

      langtools = rec {
        url = "${common_url}/langtools.tar.bz2";
        sha256 = "71b269ea930da36d751c6183816ef53a65c0587b7cf0195f87759b4c02c3b660";
      };

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