about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-08-26 13:33:23 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-08-26 13:40:11 -0400
commit75fdf58e112d084a8aeff09a523311fe60b10a3d (patch)
treec02caa082d1902313a5bf1052b4fb8e75648a870 /pkgs
parentb380c7c6193e9488ff5a7cda8671a7e981b5d936 (diff)
downloadnixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.tar
nixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.tar.gz
nixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.tar.bz2
nixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.tar.lz
nixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.tar.xz
nixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.tar.zst
nixlib-75fdf58e112d084a8aeff09a523311fe60b10a3d.zip
jetbrains.pycharm-community: 2019.1.3 -> 2019.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 1e7497643444..7188dec4bf50 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -328,12 +328,12 @@ in
 
   pycharm-community = buildPycharm rec {
     name = "pycharm-community-${version}";
-    version = "2019.1.3"; /* updated by script */
+    version = "2019.2.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 = "0acwfxp0ky3014zcvmlsig1732h87jvmf2wwjankamrk6ynmlvgh"; /* updated by script */
+      sha256 = "0a3fi2wjj0166199pyhvvpaih9nx0xr6q7zf7jfj8i7khpkdk8i5"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm-ce";
     update-channel = "PyCharm RELEASE";