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-04-26 15:40:31 +0200
committerCray Elliott <MP2E@archlinux.us>2019-04-27 04:03:57 -0700
commit20d8fc9600b40c52cba2627f45c97747f847927a (patch)
treee15572d0ac15dc066f555ba00ab3a8c6f312cffc /pkgs/applications/editors/jetbrains
parent46d0efb74036556773d03333cc41186b67803ea8 (diff)
downloadnixlib-20d8fc9600b40c52cba2627f45c97747f847927a.tar
nixlib-20d8fc9600b40c52cba2627f45c97747f847927a.tar.gz
nixlib-20d8fc9600b40c52cba2627f45c97747f847927a.tar.bz2
nixlib-20d8fc9600b40c52cba2627f45c97747f847927a.tar.lz
nixlib-20d8fc9600b40c52cba2627f45c97747f847927a.tar.xz
nixlib-20d8fc9600b40c52cba2627f45c97747f847927a.tar.zst
nixlib-20d8fc9600b40c52cba2627f45c97747f847927a.zip
jetbrains.pycharm-professional: 2019.1 -> 2019.1.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 d52730a03c14..295f26017348 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 = "2019.1"; /* updated by script */
+    version = "2019.1.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 = "0gjphdzdxgvflkzaakf3c1wnig86lxhxyx6xk6rg40yj6f2hzi47"; /* updated by script */
+      sha256 = "0hcij77j4zb1y1vls5nvxq3lmqrbppm3ml0p9nagbjipy2rmp838"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm";
     update-channel = "PyCharm RELEASE";