summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2020-09-07 15:28:17 +0200
committerkolaente <k@knt.li>2020-09-07 15:28:17 +0200
commit7b46916f94b67cb18f3c46f99ed81da509b6bef3 (patch)
treeefafa383b774777b8472ff9e42f393307b69f96b /pkgs/applications/editors/jetbrains
parentfe552e4534886ae65461a5ae894d8eb523150d2e (diff)
Update jetbrains.ruby-mine 2020.2 -> 2020.2.1
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-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 d236fe7e1a22..729150510f87 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -398,12 +398,12 @@ in
ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
- version = "2020.2"; /* updated by script */
+ version = "2020.2.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 = "1caxd5qcxwwrdy3ma87gnywr5czg3lam1n2gwbnc7hdxgfnvn3qz"; /* updated by script */
+ sha256 = "1pkzql710bc4qdz5pdhh0yx9wkqx85qwkwm1jvvvxbvbsj299vcb"; /* updated by script */
};
wmClass = "jetbrains-rubymine";
update-channel = "RubyMine RELEASE";