Skip to content

Commit

Permalink
jetbrains.ruby-mine: 2018.1.2 -> 2018.1.3
Browse files Browse the repository at this point in the history
(cherry picked from commit 68fa550)
  • Loading branch information
baracoder authored and Mic92 committed Jun 3, 2018
1 parent c5617e9 commit 7295e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ in

ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
version = "2018.1.2"; /* updated by script */
version = "2018.1.3"; /* 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 = "0bnzn811rmgn0kig3mzbwgx85490dqg4sg3pmmmk20n8hcph8zca"; /* updated by script */
sha256 = "033rjsx6zjrfbl89i513ms14iw53ip56h4bkilrij32hshb7c2c5"; /* updated by script */
};
wmClass = "jetbrains-rubymine";
update-channel = "rm2018.1";
Expand Down

0 comments on commit 7295e17

Please sign in to comment.