3
0
Fork 0
forked from mirrors/nixpkgs

jetbrains.pycharm-community: 2017.3.4 -> 2018.1

This commit is contained in:
Aleksey Kladov 2018-03-31 17:37:27 +03:00
parent 62d0a0685d
commit a55f0e65c7

View file

@ -317,12 +317,12 @@ in
pycharm-community = buildPycharm rec {
name = "pycharm-community-${version}";
version = "2017.3.4"; /* updated by script */
version = "2018.1"; /* updated by script */
description = "PyCharm Community Edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/python/${name}.tar.gz";
sha256 = "027w73qrrj7aml2kdj3sx890q7jyj2jfnsg0pivi7i4kh8i11204"; /* updated by script */
sha256 = "0f3chibs7lp3kgkd0ah6d7z1lf3n4scalmadpxcn0fd6bap5mnjb"; /* updated by script */
};
wmClass = "jetbrains-pycharm-ce";
update-channel = "PyCharm_Release";