idea-community: 2017.1.1 -> 2017.1.3

This commit is contained in:
Jiri Danek 2017-05-18 13:11:31 +02:00
parent b710d86a3f
commit ccef4810ca
1 changed files with 2 additions and 2 deletions

View File

@ -233,12 +233,12 @@ in
idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2017.1.1";
version = "2017.1.3";
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
sha256 = "1222xkw7n424ihqxyjk352nnx9ka6as7ajwafgb2f27hfiz8d3li";
sha256 = "0ag70z4cark69hzhvx5j75qa8dglwzfaqrzi8pim3asd161fwxrx";
};
wmClass = "jetbrains-idea-ce";
};