Skip to content

Commit

Permalink
jetbrains.ruby-mine: 2018.2.2 -> 2018.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Nov 11, 2018
1 parent b8096a0 commit e61f199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -367,12 +367,12 @@ in

ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
version = "2018.2.2"; /* updated by script */
version = "2018.2.4"; /* updated by script */
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 = "0585dnbvmzxnj2am6b04lfw75rdhk0fby2cbj58pzzcjz5xlrhvq"; /* updated by script */
sha256 = "0dk3ch749ai5kyg9q8819ckrqw2jk4f656iqrkkpab9fjqfjylka"; /* updated by script */
};
wmClass = "jetbrains-rubymine";
update-channel = "RubyMine 2018.2";
Expand Down

0 comments on commit e61f199

Please sign in to comment.