Skip to content

Commit

Permalink
webstorm: 2016.3.3 -> 2017.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasiliy Solovey committed Mar 29, 2017
1 parent 08c87ee commit 97941b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/idea/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ in

webstorm = buildWebStorm rec {
name = "webstorm-${version}";
version = "2016.3.3";
version = "2017.1";
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 = "08f266afi8ia5jvvgk2lncra2n3i0l5c3h7c8fwxz6y8fhhlas4y";
sha256 = "e651ad78ff9de92bb5b76698eeca1e02ab0f0c36209908074fa4a6b48586071c";
};
wmClass = "jetbrains-webstorm";
};
Expand Down

0 comments on commit 97941b5

Please sign in to comment.