clion: 2017.1.3 -> 2017.2

+5 -2
+5 -2
pkgs/applications/editors/jetbrains/default.nix
··· 50 51 patchelf --set-interpreter $interp bin/gdb/bin/gdb 52 patchelf --set-interpreter $interp bin/gdb/bin/gdbserver 53 ) 54 ''; 55 }); ··· 213 214 clion = buildClion rec { 215 name = "clion-${version}"; 216 - version = "2017.1.3"; 217 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 218 license = stdenv.lib.licenses.unfree; 219 src = fetchurl { 220 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 221 - sha256 = "045pkbbf4ypk9qkhldz08i7hbc6vaq68a8v9axnpndnvcrf0vf7g"; 222 }; 223 wmClass = "jetbrains-clion"; 224 update-channel = "CLion_Release"; # channel's id as in http://www.jetbrains.com/updates/updates.xml
··· 50 51 patchelf --set-interpreter $interp bin/gdb/bin/gdb 52 patchelf --set-interpreter $interp bin/gdb/bin/gdbserver 53 + patchelf --set-interpreter $interp \ 54 + --set-rpath "${lib.makeLibraryPath [ stdenv.cc.cc.lib zlib ]}:$lldbLibPath" \ 55 + bin/clang/clang-tidy 56 ) 57 ''; 58 }); ··· 216 217 clion = buildClion rec { 218 name = "clion-${version}"; 219 + version = "2017.2"; /* updated by script */ 220 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 221 license = stdenv.lib.licenses.unfree; 222 src = fetchurl { 223 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 224 + sha256 = "de7f47ec959be9653aa4d2028fb27f8327800d8370daa0ab2d1093f3469f4b49"; /* updated by script */ 225 }; 226 wmClass = "jetbrains-clion"; 227 update-channel = "CLion_Release"; # channel's id as in http://www.jetbrains.com/updates/updates.xml