Skip to content

Commit 038a699

Browse files
romildoMic92
authored andcommittedJun 18, 2017
jetbrains.idea-ultimate: 2017.1 -> 2017.1.4
(cherry picked from commit bc1f59f) fixes #26674
1 parent fd649be commit 038a699

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/editors/jetbrains

1 file changed

+3
-3
lines changed
 

Diff for: ‎pkgs/applications/editors/jetbrains/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,12 @@ in
208208

209209
idea-ultimate = buildIdea rec {
210210
name = "idea-ultimate-${version}";
211-
version = "2017.1";
211+
version = "2017.1.4";
212212
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
213213
license = stdenv.lib.licenses.unfree;
214214
src = fetchurl {
215-
url = "https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz";
216-
sha256 = "4508a4b7b30fb97c02975d72ec5116a3a6fedc2a76758f4087f62cef2b94a8a0";
215+
url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jdk.tar.gz";
Has conversations. Original line has conversations.
216+
sha256 = "0byrsbsscpzb0syamzpavny879src5dlclnissa7173rh8hgkna4";
217217
};
218218
wmClass = "jetbrains-idea";
219219
};

0 commit comments

Comments
 (0)
Please sign in to comment.