summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2018-05-20 15:10:09 +0200
committerHerman Fries <baracoder@googlemail.com>2018-05-20 15:10:09 +0200
commitce5e076329243a215e0f9f48710d0f441cc075b3 (patch)
tree515d50d9458ec062efc65d3aaaf465a3f3201b27 /pkgs
parente4ed6ca8417b62e6fca79ff6ad5acc03970016eb (diff)
downloadnixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.tar
nixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.tar.gz
nixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.tar.bz2
nixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.tar.lz
nixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.tar.xz
nixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.tar.zst
nixpkgs-ce5e076329243a215e0f9f48710d0f441cc075b3.zip
jetbrains.pycharm-professional: 2018.1.2 -> 2018.1.3
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 c8fe639cc8e..e69d54942af 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -328,12 +328,12 @@ in
 
   pycharm-professional = buildPycharm rec {
     name = "pycharm-professional-${version}";
-    version = "2018.1.2"; /* updated by script */
+    version = "2018.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 = "08cfmrrmxs67dc61cvjc0ynzng0hnr2i78fv3m888k4x63cy6mv5"; /* updated by script */
+      sha256 = "1chri4cknfvvqhxy973dyf7dl5linqdxc97zshrzdqhmwq6y7580"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm";
     update-channel = "PyCharm_Release";