lol

Merge pull request #41624 from sondr3/update-clion

Jetbrains CLion: 2018.1.2 -> 2018.1.3

authored by

Jörg Thalheim and committed by
GitHub
8348134c 53af41d3

+2 -2
+2 -2
pkgs/applications/editors/jetbrains/default.nix
··· 237 237 238 238 clion = buildClion rec { 239 239 name = "clion-${version}"; 240 - version = "2018.1.2"; /* updated by script */ 240 + version = "2018.1.3"; 241 241 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 242 242 license = stdenv.lib.licenses.unfree; 243 243 src = fetchurl { 244 244 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 245 - sha256 = "158ydbr0bbzm1nqi4xhrcp6bwk7kmiw78v959h7bxg3y7z55hbwa"; /* updated by script */ 245 + sha256 = "0daj1ha7d9kxgb60mx2yzyj01m6ahw5d6wzs0vvwp5fh5qf4mpw5"; 246 246 }; 247 247 wmClass = "jetbrains-clion"; 248 248 update-channel = "CLion_Release"; # channel's id as in http://www.jetbrains.com/updates/updates.xml