summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2016-05-13 04:55:32 -0400
committerChris Martin <ch.martin@gmail.com>2016-05-13 04:55:32 -0400
commit22b8bb4bd07b66aeb79277469ebbd0e03ae39503 (patch)
tree26adec37e48cb0af4cf77cda472be121976dae2a /pkgs/applications
parent69448be7760e45a7a1c72cde5d9ba369889d58c0 (diff)
downloadnixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.tar
nixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.tar.gz
nixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.tar.bz2
nixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.tar.lz
nixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.tar.xz
nixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.tar.zst
nixpkgs-22b8bb4bd07b66aeb79277469ebbd0e03ae39503.zip
idea.ruby-mine: 7.1.2 -> 7.1.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/idea/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index aa3c9082a93..0e8527a712b 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -221,13 +221,13 @@ in
 
   ruby-mine = buildRubyMine rec {
     name = "ruby-mine-${version}";
-    version = "7.1.2";
-    build = "141.1119";
+    version = "7.1.5";
+    build = "RM-141.3058.29";
     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 = "1gz14lv5jhnrnshp7lkx3wgrdf0y60abs4q78yhv2x9dc6ld1gmj";
+      sha256 = "04fcxj1xlap9mxmwf051s926p2darlj5kwl4lms2gy5d8b2lhd5l";
     };
   };