From 89f46ab3e38d3066971c7e91d8903219a65ed460 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Fri, 13 May 2016 04:55:57 -0400 Subject: [PATCH] idea.pycharm-community: 2016.1.2 -> 2016.1.3 --- pkgs/applications/editors/idea/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix index 0e8527a712b5..e370e0abf066 100644 --- a/pkgs/applications/editors/idea/default.nix +++ b/pkgs/applications/editors/idea/default.nix @@ -233,13 +233,13 @@ in pycharm-community = buildPycharm rec { name = "pycharm-community-${version}"; - version = "2016.1.2"; - build = "145.844"; + version = "2016.1.3"; + build = "PC-145.971.25"; description = "PyCharm Community Edition"; license = stdenv.lib.licenses.asl20; src = fetchurl { url = "https://download.jetbrains.com/python/${name}.tar.gz"; - sha256 = "1kxwjg5l2fzpn6hr0iir0dv1n5l02jl02aff9wrj95186wxivg3a"; + sha256 = "1ks7crrfnhzkdxban2hh2pnr986vqwmac5zybmb1ighcyamhdi4q"; }; };