about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorsonercirit <sonercirit@gmail.com>2019-06-01 00:09:22 +0300
committersonercirit <sonercirit@gmail.com>2019-06-01 00:10:51 +0300
commit47d74045e9a797575ca2fabc9ebe38321b3fb433 (patch)
treeedfca049aff472ae9dc817b1000bbc500dfe5763 /pkgs/applications/editors/jetbrains
parent8d545d824ff24bb404a34c9518101601b7398195 (diff)
downloadnixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.tar
nixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.tar.gz
nixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.tar.bz2
nixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.tar.lz
nixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.tar.xz
nixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.tar.zst
nixlib-47d74045e9a797575ca2fabc9ebe38321b3fb433.zip
jetbrains.pycharm-community: 2019.1.2 -> 2019.1.3
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 6ba1bd4f0305..b8e3de792c40 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.2"; /* updated by script */
+    version = "2019.1.3"; /* updated by script */
     description = "PyCharm Community Edition";
     license = stdenv.lib.licenses.asl20;
     src = fetchurl {
       url = "https://download.jetbrains.com/python/${name}.tar.gz";
-      sha256 = "05axjd2b2648sxs93d84va90373i8nma541c619xvb967kx1gzdh"; /* updated by script */
+      sha256 = "0acwfxp0ky3014zcvmlsig1732h87jvmf2wwjankamrk6ynmlvgh"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm-ce";
     update-channel = "PyCharm RELEASE";
@@ -341,12 +341,12 @@ in
 
   pycharm-professional = buildPycharm rec {
     name = "pycharm-professional-${version}";
-    version = "2019.1.2"; /* updated by script */
+    version = "2019.1.3"; /* updated by script */
     description = "PyCharm Professional Edition";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/python/${name}.tar.gz";
-      sha256 = "1s9llgjxdg99fql62kx6skpd545xqmrxwpbg19mjrjlz6pm71z3r"; /* updated by script */
+      sha256 = "0948jlpfz5d4k12mn2xrl8z5kc44a3986kl5znvzr5b8h65xw8l3"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm";
     update-channel = "PyCharm RELEASE";