idea.ruby-mine: 7.1.2 -> 7.1.5

This commit is contained in:
Chris Martin 2016-05-13 04:55:32 -04:00
parent 69448be776
commit 22b8bb4bd0

View File

@ -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";
};
};