about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorAverell Dalton <averell+nixpkgs@rxd4.com>2019-03-28 15:38:57 +0100
committerAverell Dalton <averell+nixpkgs@rxd4.com>2019-03-28 15:50:27 +0100
commit973117496a4454e2f66e334f5ce108493afd1d4e (patch)
treee34072ba0667a68a2e79291f248193df6012408b /pkgs/applications/editors/jetbrains
parent70c57c24c4230023eb1d2352648174e7ea2569a6 (diff)
downloadnixlib-973117496a4454e2f66e334f5ce108493afd1d4e.tar
nixlib-973117496a4454e2f66e334f5ce108493afd1d4e.tar.gz
nixlib-973117496a4454e2f66e334f5ce108493afd1d4e.tar.bz2
nixlib-973117496a4454e2f66e334f5ce108493afd1d4e.tar.lz
nixlib-973117496a4454e2f66e334f5ce108493afd1d4e.tar.xz
nixlib-973117496a4454e2f66e334f5ce108493afd1d4e.tar.zst
nixlib-973117496a4454e2f66e334f5ce108493afd1d4e.zip
jetbrains.pycharm-professional: 2018.3.4 -> 2019.1
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-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 378203a72b14..628a376279e1 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -341,12 +341,12 @@ in
 
   pycharm-professional = buildPycharm rec {
     name = "pycharm-professional-${version}";
-    version = "2018.3.4"; /* updated by script */
+    version = "2019.1"; /* updated by script */
     description = "PyCharm Professional Edition";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/python/${name}.tar.gz";
-      sha256 = "1m8lzghs6g57fwcv6bpmnf21d4w2k10gsmi0i2wv2j8ff4hcy7ij"; /* updated by script */
+      sha256 = "0gjphdzdxgvflkzaakf3c1wnig86lxhxyx6xk6rg40yj6f2hzi47"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm";
     update-channel = "PyCharm RELEASE";