summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-12-25 11:13:19 +0100
committerkolaente <k@knt.li>2019-12-25 11:13:19 +0100
commit5ae4412196e039e1adcfc39e13fef4dc23eb5fe3 (patch)
treec19aa6173a298b20077068c15e3a77beece244b3 /pkgs/applications/editors
parent919368a37ab87798ef70e0afc097f45239f90ba7 (diff)
downloadnixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.tar
nixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.tar.gz
nixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.tar.bz2
nixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.tar.lz
nixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.tar.xz
nixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.tar.zst
nixpkgs-5ae4412196e039e1adcfc39e13fef4dc23eb5fe3.zip
Jetbrains Ruby-Mine 2019.3 -> 2019.3.1
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 4d15dd36fa2..d79af540ee1 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.3"; /* updated by script */
+    version = "2019.3.1"; /* 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 = "1xvrija0pcphdl4w2j8zlac62xys38avk2ah1x0n4wz5ja6s0s7j"; /* updated by script */
+      sha256 = "0xadjx4szd9rk3bl3fqzhnfq744gmkbz9li80j5rqm27qhf4axfx"; /* updated by script */
     };
     wmClass = "jetbrains-rubymine";
     update-channel = "RubyMine RELEASE";