summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2015-03-26 19:02:51 +0100
committerHerwig Hochleitner <herwig@bendlas.net>2015-03-26 19:08:01 +0100
commitdf0c059f83b9bf079398c0257c032870b9328eca (patch)
tree2cd81c3b34ea50340286468896e220064d2eec4a /pkgs/applications
parent24ddfc7c38d0cb6f6348874be04bdb34a72ed7cd (diff)
downloadnixlib-df0c059f83b9bf079398c0257c032870b9328eca.tar
nixlib-df0c059f83b9bf079398c0257c032870b9328eca.tar.gz
nixlib-df0c059f83b9bf079398c0257c032870b9328eca.tar.bz2
nixlib-df0c059f83b9bf079398c0257c032870b9328eca.tar.lz
nixlib-df0c059f83b9bf079398c0257c032870b9328eca.tar.xz
nixlib-df0c059f83b9bf079398c0257c032870b9328eca.tar.zst
nixlib-df0c059f83b9bf079398c0257c032870b9328eca.zip
Update Jetbrains IDE versions
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/idea/default.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index 61d508936b8b..9c4683b8c9e0 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -205,14 +205,14 @@ in
   };
 
   clion = buildClion rec {
-    name = "clion-${version}";
+    name = "clion-${build}";
     version = "eap";
-    build = "140.1740.3";
+    build = "141.102.4";
     description  = "C/C++ IDE. New. Intelligent. Cross-platform.";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
-      url = "https://download.jetbrains.com/cpp/${name}-${build}.tar.gz";
-      sha256 = "1hpsq37hq61id836wg5j6l3xapln6qdkqa10r3ig2p1rs2hq7i9y";
+      url = "https://download.jetbrains.com/cpp/${name}.tar.gz";
+      sha256 = "0qjm8wxqn171wfd7yqf5ys1g4mwl0iyhlbry29jkgkikxp7h9dym";
     };
   };
 
@@ -242,13 +242,13 @@ in
 
   ruby-mine = buildRubyMine rec {
     name = "ruby-mine-${version}";
-    version = "7.0";
-    build = "135.1104";
+    version = "7.0.4";
+    build = "139.1231";
     description = "The Most Intelligent Ruby and Rails IDE";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz";
-      sha256 = "0xsx44gaddarkw5k4yjidzwkayf2xvsxklfzdnzcck4rg4vyk4v4";
+      sha256 = "08b0iwccb5w9b1yk0kbs99r5mxkcyxqs9mkr57wb5j71an80yx38";
     };
   };