about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorsoner.cirit <sonercirit@gmail.com>2019-05-23 03:34:56 +0300
committersoner.cirit <sonercirit@gmail.com>2019-05-23 03:34:56 +0300
commit4dee236a91966293e29fa4106817074055413fc2 (patch)
treeea37dcbf7e3a13a70b9d7c362692fcb4c2db5591 /pkgs/applications/editors
parent0e5d565c5a736c01fc49398c6685b85c30acbc75 (diff)
downloadnixlib-4dee236a91966293e29fa4106817074055413fc2.tar
nixlib-4dee236a91966293e29fa4106817074055413fc2.tar.gz
nixlib-4dee236a91966293e29fa4106817074055413fc2.tar.bz2
nixlib-4dee236a91966293e29fa4106817074055413fc2.tar.lz
nixlib-4dee236a91966293e29fa4106817074055413fc2.tar.xz
nixlib-4dee236a91966293e29fa4106817074055413fc2.tar.zst
nixlib-4dee236a91966293e29fa4106817074055413fc2.zip
jetbrains.ruby-mine: 2019.1.1 -> 2019.1.2
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 feec66fd6652..b72d51493a9e 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.1.1"; /* updated by script */
+    version = "2019.1.2"; /* 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 = "0asg0x8xcjyydy0p1fdlhpcwfckdf9719460pv5zwc7yfd8z61yd"; /* updated by script */
+      sha256 = "1zhci8nkywv66bwc6hbyh4h3x61qhv2fbmfb5gkw9znkk1qa0q6v"; /* updated by script */
     };
     wmClass = "jetbrains-rubymine";
     update-channel = "RubyMine RELEASE";