Skip to content

Commit

Permalink
Merge pull request #24870 from rydnr/local
Browse files Browse the repository at this point in the history
Jetbrains Idea-Ultimate 2016.3.4 -> 2017.1
  • Loading branch information
Mic92 committed Apr 13, 2017
2 parents a327b02 + 789823d commit 587d1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/idea/default.nix
Expand Up @@ -208,12 +208,12 @@ in

idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2016.3.4";
version = "2017.1";
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}.tar.gz";
sha256 = "1ichjrdmnhyqv9cr73d8kif9l53k3x36i8js8nf9cmkbhdsfckn3";
sha256 = "4508a4b7b30fb97c02975d72ec5116a3a6fedc2a76758f4087f62cef2b94a8a0";
};
wmClass = "jetbrains-idea";
};
Expand Down

0 comments on commit 587d1a3

Please sign in to comment.