Skip to content

Commit

Permalink
jetbrains.idea-ultimate: 2018.1.3 -> 2018.1.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 6076262)
  • Loading branch information
jokogr authored and xeji committed Jun 3, 2018
1 parent 7295e17 commit 2773c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -291,12 +291,12 @@ in

idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2018.1.3"; /* updated by script */
version = "2018.1.4"; /* updated by script */
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jdk.tar.gz";
sha256 = "14h71x3jidwiwv73g48f6bd0y4p3s33jb4wdr5grdhm677pqb702"; /* updated by script */
sha256 = "0jn771z09bscnk283kwrki0zyzhh4v4n6mr2swbd0ccs9v12dx71"; /* updated by script */
};
wmClass = "jetbrains-idea";
update-channel = "IDEA_Release";
Expand Down

0 comments on commit 2773c32

Please sign in to comment.