summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2018-08-09 23:23:35 +0900
committerAndrew Childs <lorne@cons.org.nz>2018-08-09 23:23:35 +0900
commit23831c50bfa0bb018db9183004fd99715c85eabc (patch)
treeaacb3eec56aedf7888b93a9050d532039d1ec32c /pkgs/applications/editors/jetbrains
parentd76c046b6f3a8ad533c184dfa77e910316353c04 (diff)
downloadnixlib-23831c50bfa0bb018db9183004fd99715c85eabc.tar
nixlib-23831c50bfa0bb018db9183004fd99715c85eabc.tar.gz
nixlib-23831c50bfa0bb018db9183004fd99715c85eabc.tar.bz2
nixlib-23831c50bfa0bb018db9183004fd99715c85eabc.tar.lz
nixlib-23831c50bfa0bb018db9183004fd99715c85eabc.tar.xz
nixlib-23831c50bfa0bb018db9183004fd99715c85eabc.tar.zst
nixlib-23831c50bfa0bb018db9183004fd99715c85eabc.zip
jetbrains.pycharm-professional: 2018.2 -> 2018.2.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 07cd9e63d512..7ed1229aa72d 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -340,12 +340,12 @@ in
 
   pycharm-professional = buildPycharm rec {
     name = "pycharm-professional-${version}";
-    version = "2018.2"; /* updated by script */
+    version = "2018.2.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 = "0azjrbxpwank09i7riflbkgrgm23f0q6hgisca6d14ldcbr933aj"; /* updated by script */
+      sha256 = "1h4f9l577w2ps0y79x79yhpbrsv3j5nwr1lr1890phmp6zri6wyf"; /* updated by script */
     };
     wmClass = "jetbrains-pycharm";
     update-channel = "PyCharm Release";