idea.ruby-mine: 7.1.5 -> 2016.2.2

This commit is contained in:
Stefan Siegl 2016-09-04 13:19:38 +02:00
parent cd9a44200d
commit a83498317c

View file

@ -192,12 +192,12 @@ in
ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
version = "7.1.5";
version = "2016.2.2";
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 = "04fcxj1xlap9mxmwf051s926p2darlj5kwl4lms2gy5d8b2lhd5l";
sha256 = "1ck4axjbrvq2n1j2rvf9a2f7dqvalg2b8sqy9n9qkzdn04szaqsl";
};
wmClass = "jetbrains-rubymine";
};