Skip to content

Commit

Permalink
jetbrains.idea-ultimate: 2018.3.2 -> 2018.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baracoder committed Jan 16, 2019
1 parent 443f806 commit 623af95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Expand Up @@ -302,12 +302,12 @@ in

idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2018.3.2"; /* updated by script */
version = "2018.3.3"; /* 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 = "1gm182camw4l3rlgvvx13yy5jkys25l0k4jjr71mjpxq289lddxn"; /* updated by script */
sha256 = "1dj39hs63xba2jfk3sd2yiq7vk7758axrc5549krfd1aaawl4sl8"; /* updated by script */
};
wmClass = "jetbrains-idea";
update-channel = "IntelliJ IDEA Release";
Expand Down

0 comments on commit 623af95

Please sign in to comment.