summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStefan Siegl <stesie@brokenpipe.de>2016-09-04 13:04:05 +0200
committerStefan Siegl <stesie@brokenpipe.de>2016-09-04 13:04:05 +0200
commitcd9a44200d4a254ca0d8ae91948f5ce7a695c675 (patch)
tree61ae344aca3028621a868985df97bbdf640afdee /pkgs
parent18ed1bebae8d64edc6480409bf65e4941729b5d6 (diff)
downloadnixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.tar
nixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.tar.gz
nixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.tar.bz2
nixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.tar.lz
nixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.tar.xz
nixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.tar.zst
nixlib-cd9a44200d4a254ca0d8ae91948f5ce7a695c675.zip
idea.pycharm-community: 2016.1.3 -> 2016.2.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/idea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index 675dddaa29f2..40ea9b0478ee 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -204,12 +204,12 @@ in
 
   pycharm-community = buildPycharm rec {
     name = "pycharm-community-${version}";
-    version = "2016.1.3";
+    version = "2016.2.2";
     description = "PyCharm Community Edition";
     license = stdenv.lib.licenses.asl20;
     src = fetchurl {
       url = "https://download.jetbrains.com/python/${name}.tar.gz";
-      sha256 = "1ks7crrfnhzkdxban2hh2pnr986vqwmac5zybmb1ighcyamhdi4q";
+      sha256 = "1v6vy4xh0n8wdjc25clxg57z7ria11x1zdba4j1hjs2z6l80kxbb";
     };
     wmClass = "jetbrains-pycharm-ce";
   };