forked from mirrors/nixpkgs
idea updates:
idea-{community,ultimate}: 14.0.2 -> 14.0.3 android-studio: 1.0.2 -> 1.1.0b2 clion: eap bump
This commit is contained in:
parent
b50cabf2d4
commit
96d6344b13
|
@ -202,50 +202,50 @@ in
|
||||||
|
|
||||||
android-studio = buildAndroidStudio rec {
|
android-studio = buildAndroidStudio rec {
|
||||||
name = "android-studio-${version}";
|
name = "android-studio-${version}";
|
||||||
version = "1.0.2";
|
version = "1.1.0b2";
|
||||||
build = "135.1653844";
|
build = "135.1711524";
|
||||||
description = "Android development environment based on IntelliJ IDEA";
|
description = "Android development environment based on IntelliJ IDEA";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}" +
|
url = "https://dl.google.com/dl/android/studio/ide-zips/${version}" +
|
||||||
"/android-studio-ide-${build}-linux.zip";
|
"/android-studio-ide-${build}-linux.zip";
|
||||||
sha256 = "0y20gp5444c2lwyzhlppjpkb657qbgpskj31lwyfhx6xyqy83159";
|
sha256 = "0pkmyk7ipd4bfbryhanak5mq3x8ix1yv4czx8yi9vdpa34b6pnkw";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
clion = buildClion rec {
|
clion = buildClion rec {
|
||||||
name = "clion";
|
name = "clion";
|
||||||
version = "eap";
|
version = "eap";
|
||||||
build = "140.1221.2";
|
build = "140.1740.3";
|
||||||
description = "C/C++ IDE. New. Intelligent. Cross-platform.";
|
description = "C/C++ IDE. New. Intelligent. Cross-platform.";
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.jetbrains.com/cpp/${name}-${build}.tar.gz";
|
url = "http://download.jetbrains.com/cpp/${name}-${build}.tar.gz";
|
||||||
sha256 = "0gf809plnw89dgn47j6hsh5nv0bpdynjnl1rg8wv7jaz2zx9bqcg";
|
sha256 = "1hpsq37hq61id836wg5j6l3xapln6qdkqa10r3ig2p1rs2hq7i9y";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
idea-community = buildIdea rec {
|
idea-community = buildIdea rec {
|
||||||
name = "idea-community-${version}";
|
name = "idea-community-${version}";
|
||||||
version = "14.0.2";
|
version = "14.0.3";
|
||||||
build = "IC-139.659";
|
build = "IC-139.1117";
|
||||||
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
|
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
|
||||||
license = stdenv.lib.licenses.asl20;
|
license = stdenv.lib.licenses.asl20;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download-ln.jetbrains.com/idea/ideaIC-${version}.tar.gz";
|
url = "http://download-ln.jetbrains.com/idea/ideaIC-${version}.tar.gz";
|
||||||
sha256 = "0g8f66bdxdmsbv2r1jc308by5ca92ifczprf0gwy5bs2xsvxxwlf";
|
sha256 = "01wcpzdahkh3li2l3k2bgirnlp7hdxk9y1kyrxc3d9d1nazq8wqn";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
idea-ultimate = buildIdea rec {
|
idea-ultimate = buildIdea rec {
|
||||||
name = "idea-ultimate-${version}";
|
name = "idea-ultimate-${version}";
|
||||||
version = "14.0.2";
|
version = "14.0.3";
|
||||||
build = "IU-139.659";
|
build = "IU-139.1117";
|
||||||
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
|
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
|
||||||
license = stdenv.lib.licenses.unfree;
|
license = stdenv.lib.licenses.unfree;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download-ln.jetbrains.com/idea/ideaIU-${version}.tar.gz";
|
url = "http://download-ln.jetbrains.com/idea/ideaIU-${version}.tar.gz";
|
||||||
sha256 = "0swd3lyrlcdlsgp350sa741bkmndlck1ss429f9faf3hm4s2y0k5";
|
sha256 = "1zkqigdh9l1f3mjjvxsp7b7vc93v5ylvxa1dfpclzmfbzna7h69s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue