lol

jetbrains: update (#161186)

- jetbrains.clion: 2021.3.2 -> 2021.3.3
- jetbrains.mps: 2021.2.3 -> 2021.3
- jetbrains.phpstorm: 2021.3.1 -> 2021.3.2
- jetbrains.webstorm: 2021.3.1 -> 2021.3.2

authored by

Vanilla and committed by
GitHub
66691701 9363ec25

+9 -9
+9 -9
pkgs/applications/editors/jetbrains/default.nix
··· 251 251 252 252 clion = buildClion rec { 253 253 name = "clion-${version}"; 254 - version = "2021.3.2"; /* updated by script */ 254 + version = "2021.3.3"; /* updated by script */ 255 255 description = "C/C++ IDE. New. Intelligent. Cross-platform"; 256 256 license = lib.licenses.unfree; 257 257 src = fetchurl { 258 258 url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz"; 259 - sha256 = "029xim3a6ijqdbzwxan189ydcy5b0ry2qqc70fipp8ic5z5iai3b"; /* updated by script */ 259 + sha256 = "03gil00srq3jljc13iyb7v1yc6l6yhdhqm9d1ld2j2pympl6p61m"; /* updated by script */ 260 260 }; 261 261 wmClass = "jetbrains-clion"; 262 262 update-channel = "CLion RELEASE"; # channel's id as in http://www.jetbrains.com/updates/updates.xml ··· 316 316 317 317 mps = buildMps rec { 318 318 name = "mps-${version}"; 319 - version = "2021.2.3"; /* updated by script */ 320 - versionMajorMinor = "2021.2"; /* updated by script */ 319 + version = "2021.3"; /* updated by script */ 320 + versionMajorMinor = "2021.3"; /* updated by script */ 321 321 description = "Create your own domain-specific language"; 322 322 license = lib.licenses.asl20; 323 323 src = fetchurl { 324 324 url = "https://download.jetbrains.com/mps/${versionMajorMinor}/MPS-${version}.tar.gz"; 325 - sha256 = "1j33b48ki1xw7xb1hr8k2jz7d78h0qcr1b5gql7i40d7szq0iy10"; /* updated by script */ 325 + sha256 = "0zw5xqdlhjfg0smfjl8xy7drf9spiwqbmqq8z22x4zb61lpvdbp9"; /* updated by script */ 326 326 }; 327 327 wmClass = "jetbrains-mps"; 328 328 update-channel = "MPS RELEASE"; ··· 330 330 331 331 phpstorm = buildPhpStorm rec { 332 332 name = "phpstorm-${version}"; 333 - version = "2021.3.1"; /* updated by script */ 333 + version = "2021.3.2"; /* updated by script */ 334 334 description = "Professional IDE for Web and PHP developers"; 335 335 license = lib.licenses.unfree; 336 336 src = fetchurl { 337 337 url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz"; 338 - sha256 = "011i3jgfnb2h64ikbm3wi1vfhzm50mwwy9nksl71nzllj3kz111x"; /* updated by script */ 338 + sha256 = "1qi0zq3gzcfnikky37g2dqgmzm7r1883k6asris8nph389qk86vn"; /* updated by script */ 339 339 }; 340 340 wmClass = "jetbrains-phpstorm"; 341 341 update-channel = "PhpStorm RELEASE"; ··· 395 395 396 396 webstorm = buildWebStorm rec { 397 397 name = "webstorm-${version}"; 398 - version = "2021.3.1"; /* updated by script */ 398 + version = "2021.3.2"; /* updated by script */ 399 399 description = "Professional IDE for Web and JavaScript development"; 400 400 license = lib.licenses.unfree; 401 401 src = fetchurl { 402 402 url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"; 403 - sha256 = "1f918cj76b79x0d2hhv78mvmki5d1dps8nsx7i50wn2qzdml4kc6"; /* updated by script */ 403 + sha256 = "0q2hn48499hv7licpl84ly0bhiizya8a69dl2vjvgscj3cdkr98q"; /* updated by script */ 404 404 }; 405 405 wmClass = "jetbrains-webstorm"; 406 406 update-channel = "WebStorm RELEASE";