about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-01-31 20:47:51 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2015-01-31 20:50:34 +0100
commit96d6344b131cad5af56ecef5cef7b4fd515e1982 (patch)
tree3bb433a7af0b8034ba5b97c82289f9738d0eedbb
parentb50cabf2d4c1175da48af4df3132b246aa1c8d12 (diff)
downloadnixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.tar
nixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.tar.gz
nixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.tar.bz2
nixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.tar.lz
nixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.tar.xz
nixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.tar.zst
nixlib-96d6344b131cad5af56ecef5cef7b4fd515e1982.zip
idea updates:
  idea-{community,ultimate}: 14.0.2 -> 14.0.3
  android-studio: 1.0.2 -> 1.1.0b2
  clion: eap bump
-rw-r--r--pkgs/applications/editors/idea/default.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index e53292451d32..c82bdd1d237a 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -202,50 +202,50 @@ in
 
   android-studio = buildAndroidStudio rec {
     name = "android-studio-${version}";
-    version = "1.0.2";
-    build = "135.1653844";
+    version = "1.1.0b2";
+    build = "135.1711524";
     description = "Android development environment based on IntelliJ IDEA";
     license = stdenv.lib.licenses.asl20;
     src = fetchurl {
       url = "https://dl.google.com/dl/android/studio/ide-zips/${version}" +
             "/android-studio-ide-${build}-linux.zip";
-      sha256 = "0y20gp5444c2lwyzhlppjpkb657qbgpskj31lwyfhx6xyqy83159";
+      sha256 = "0pkmyk7ipd4bfbryhanak5mq3x8ix1yv4czx8yi9vdpa34b6pnkw";
     };
   };
 
   clion = buildClion rec {
     name = "clion";
     version = "eap";
-    build = "140.1221.2";
+    build = "140.1740.3";
     description  = "C/C++ IDE. New. Intelligent. Cross-platform.";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "http://download.jetbrains.com/cpp/${name}-${build}.tar.gz";
-      sha256 = "0gf809plnw89dgn47j6hsh5nv0bpdynjnl1rg8wv7jaz2zx9bqcg";
+      sha256 = "1hpsq37hq61id836wg5j6l3xapln6qdkqa10r3ig2p1rs2hq7i9y";
     };
   };
 
   idea-community = buildIdea rec {
     name = "idea-community-${version}";
-    version = "14.0.2";
-    build = "IC-139.659";
+    version = "14.0.3";
+    build = "IC-139.1117";
     description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
     license = stdenv.lib.licenses.asl20;
     src = fetchurl {
       url = "http://download-ln.jetbrains.com/idea/ideaIC-${version}.tar.gz";
-      sha256 = "0g8f66bdxdmsbv2r1jc308by5ca92ifczprf0gwy5bs2xsvxxwlf";
+      sha256 = "01wcpzdahkh3li2l3k2bgirnlp7hdxk9y1kyrxc3d9d1nazq8wqn";
     };
   };
 
   idea-ultimate = buildIdea rec {
     name = "idea-ultimate-${version}";
-    version = "14.0.2";
-    build = "IU-139.659";
+    version = "14.0.3";
+    build = "IU-139.1117";
     description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "http://download-ln.jetbrains.com/idea/ideaIU-${version}.tar.gz";
-      sha256 = "0swd3lyrlcdlsgp350sa741bkmndlck1ss429f9faf3hm4s2y0k5";
+      sha256 = "1zkqigdh9l1f3mjjvxsp7b7vc93v5ylvxa1dfpclzmfbzna7h69s";
     };
   };