about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-11-03 21:06:02 +0100
committerkolaente <k@knt.li>2019-11-03 21:06:02 +0100
commit5f6c3e0570b8e94d67808489a0d4114e18df5553 (patch)
tree6a74edffe12b289fafc1f1464b96c3d8468854bc /pkgs/applications/editors
parent41a446c965dcd30dfa6fc312e28a5ee6de5ca9f6 (diff)
downloadnixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.tar
nixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.tar.gz
nixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.tar.bz2
nixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.tar.lz
nixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.tar.xz
nixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.tar.zst
nixlib-5f6c3e0570b8e94d67808489a0d4114e18df5553.zip
Jetbrains RubyMine 2019.2.3 -> 2019.2.4
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index d1e51f95ea08..6dbf5a59021c 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -367,12 +367,12 @@ in
 
   ruby-mine = buildRubyMine rec {
     name = "ruby-mine-${version}";
-    version = "2019.2.3"; /* updated by script */
+    version = "2019.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 = "0g8yxsq9xn8l8wnmcm0y5y0ll5081s83mmwrb62k4bldlsr25iba"; /* updated by script */
+      sha256 = "1dqp222zvi8ikqdkprmqihyjxiq90vd0a0zl5935xjg1mzf8ald9"; /* updated by script */
     };
     wmClass = "jetbrains-rubymine";
     update-channel = "RubyMine RELEASE";