idea.ruby-mine: 7.1.2 -> 7.1.5
This commit is contained in:
parent
69448be776
commit
22b8bb4bd0
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue