Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a435c92a26dc
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20a11464af45
Choose a head ref
  • 11 commits
  • 1 file changed
  • 3 contributors

Commits on Jan 22, 2018

  1. phpstorm: 2017.3 -> 2017.3.2

    Motivation for change: Updating to latest version.
    
    (cherry picked from commit 3bfb5f6)
    joncojonathan authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    ae46580 View commit details
  2. jetbrain-editors: 2017.3 -> 2017.3.2

    Motivation for change: Updating to latest version.
    
    (cherry picked from commit d578324)
    GRBurst authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    e1d02a2 View commit details
  3. clion: 2017.3.1 -> 2017.3.2

    (cherry picked from commit e364a33)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    c9d1a42 View commit details
  4. goland: 2017.3 -> 2017.3.1

    (cherry picked from commit bfce8a7)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    5e9c268 View commit details
  5. idea-community: 2017.3.2 -> 2017.3.3

    (cherry picked from commit a6d299b)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    0f13224 View commit details
  6. idea-ultimate: 2017.3.2 -> 2017.3.3

    (cherry picked from commit e9728e8)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    4e7fa73 View commit details
  7. phpstorm: 2017.3.2 -> 2017.3.3

    (cherry picked from commit 9ee5bd8)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    376115b View commit details
  8. pycharm-community: 2017.3.2 -> 2017.3.3

    (cherry picked from commit 0ffcc29)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    6ddc10e View commit details
  9. pycharm-professional: 2017.3.2 -> 2017.3.3

    (cherry picked from commit efe4775)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    b8b753f View commit details
  10. ruby-mine: 2017.3.1 -> 2017.3.2

    (cherry picked from commit 665d243)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    e18fdf0 View commit details
  11. webstorm: 2017.3.2 -> 2017.3.3

    (cherry picked from commit 9bd6b32)
    jokogr authored and Mic92 committed Jan 22, 2018
    Copy the full SHA
    20a1146 View commit details
Showing with 18 additions and 18 deletions.
  1. +18 −18 pkgs/applications/editors/jetbrains/default.nix
36 changes: 18 additions & 18 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
@@ -234,12 +234,12 @@ in

clion = buildClion rec {
name = "clion-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.2"; /* updated by script */
description = "C/C++ IDE. New. Intelligent. Cross-platform";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/cpp/CLion-${version}.tar.gz";
sha256 = "0gv9krqy4bhijx5s005qhswxnc05l1jsjlxs0h15z23bmv7rlpnf"; /* updated by script */
sha256 = "0lv0nwfgm6h67mxhh0a2154ym7wcbm1qp3k1k1i00lg0lwig1rcw"; /* updated by script */
};
wmClass = "jetbrains-clion";
update-channel = "CLion_Release"; # channel's id as in http://www.jetbrains.com/updates/updates.xml
@@ -260,77 +260,77 @@ in

goland = buildGoland rec {
name = "goland-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.1"; /* updated by script */
description = "Up and Coming Go IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/go/${name}.tar.gz";
sha256 = "0l4l0lsmq1g4fwfrxhbrnfsp8nk38ml48cryvdr241zsxz43fax0"; /* updated by script */
sha256 = "0cfjfv01ra67sr8n8ijqwd9zm2yzb1nm447kf0mr5cynr124ch0z"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "goland_release";
};

idea-community = buildIdea rec {
name = "idea-community-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.3"; /* updated by script */
description = "Integrated Development Environment (IDE) by Jetbrains, community edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz";
sha256 = "04qp37pv4z6d9gw6j56m4zfxw4v2cydk8w7jzyzrcg52jr064kwi"; /* updated by script */
sha256 = "1wxaz25609wri2d91s9wy00gngplyjg7gzix3mzdhgysm00qizf1"; /* updated by script */
};
wmClass = "jetbrains-idea-ce";
update-channel = "IDEA_Release";
};

idea-ultimate = buildIdea rec {
name = "idea-ultimate-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.3"; /* updated by script */
description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jdk.tar.gz";
sha256 = "0w9ihi6vzgfiav2qia7d7vrn14k8v56npir0dyx7ii8an887s7ws"; /* updated by script */
sha256 = "01d5a6m927q9bnjlpz8va8bfjnj52k8q6i3im5ygj6lwadbzawyf"; /* updated by script */
};
wmClass = "jetbrains-idea";
update-channel = "IDEA_Release";
};

phpstorm = buildPhpStorm rec {
name = "phpstorm-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.3"; /* updated by script */
description = "Professional IDE for Web and PHP developers";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webide/PhpStorm-${version}.tar.gz";
sha256 = "1byhlm5bnp6ic4n2xg17v4g34ipygy50i9xj4292b0xw7srxh910"; /* updated by script */
sha256 = "0mk4d2c41qvfz7sqxqw7adak86pm95wvhzxrfg32y01r5i5q0av7"; /* updated by script */
};
wmClass = "jetbrains-phpstorm";
update-channel = "PS2017.3";
};

pycharm-community = buildPycharm rec {
name = "pycharm-community-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.3"; /* updated by script */
description = "PyCharm Community Edition";
license = stdenv.lib.licenses.asl20;
src = fetchurl {
url = "https://download.jetbrains.com/python/${name}.tar.gz";
sha256 = "1lca3g5h716l97pkqfb8i7apsnx445xzcc9j41d0y3yyncf5hwxr"; /* updated by script */
sha256 = "1j9pp8lfy62d9l3953d5mpij60s6sqyv3bcjimgy85hsrw570x3r"; /* updated by script */
};
wmClass = "jetbrains-pycharm-ce";
update-channel = "PyCharm_Release";
};

pycharm-professional = buildPycharm rec {
name = "pycharm-professional-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.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 = "06lh0nxmzn0lsyd6isyb6gf01h4nbksi0f03hwwm6wdfvsfw92pb"; /* updated by script */
sha256 = "180cwva49air4j7g409algrm4svvmcbapspf9als3djhazqmczgr"; /* updated by script */
};
wmClass = "jetbrains-pycharm";
update-channel = "PyCharm_Release";
@@ -351,25 +351,25 @@ in

ruby-mine = buildRubyMine rec {
name = "ruby-mine-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.2"; /* updated by script */
description = "The Most Intelligent Ruby and Rails IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/ruby/RubyMine-${version}.tar.gz";
sha256 = "04h299mbzwrdgqxkff0vgpj2kbisb29l55mm6r45amgpqcnms6i5"; /* updated by script */
sha256 = "1dc14k7i0nfhkzi0j53hysqzxcls29j487jr9kv1aqp81k544bdy"; /* updated by script */
};
wmClass = "jetbrains-rubymine";
update-channel = "rm2017.3";
};

webstorm = buildWebStorm rec {
name = "webstorm-${version}";
version = "2017.3"; /* updated by script */
version = "2017.3.3"; /* updated by script */
description = "Professional IDE for Web and JavaScript development";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz";
sha256 = "0whr5zygrbi044pl48ac2w7a4rxldbaqlf76dkfqj83g2wl4n990"; /* updated by script */
sha256 = "1fhs13944928rqcqbv8d29qm1y0zzry4drr9gqqmj814y2vkbpnl"; /* updated by script */
};
wmClass = "jetbrains-webstorm";
update-channel = "WS_Release";