idea.gogland: 171.3780.106 -> 171.4424.55

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-05-19 17:19:54 +02:00
parent 9f433595be
commit f28f96b235
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

View File

@ -134,7 +134,7 @@ let
platform and ReSharper. Rider supports .NET Core, platform and ReSharper. Rider supports .NET Core,
.NET Framework and Mono based projects. This lets you .NET Framework and Mono based projects. This lets you
develop a wide array of applications including .NET desktop develop a wide array of applications including .NET desktop
apps, services and libraries, Unity games, ASP.NET and apps, services and libraries, Unity games, ASP.NET and
ASP.NET Core web applications. ASP.NET Core web applications.
''; '';
maintainers = [ maintainers.miltador ]; maintainers = [ maintainers.miltador ];
@ -209,12 +209,12 @@ in
gogland = buildGogland rec { gogland = buildGogland rec {
name = "gogland-${version}"; name = "gogland-${version}";
version = "171.3780.106"; version = "171.4424.55";
description = "Up and Coming Go IDE"; description = "Up and Coming Go IDE";
license = stdenv.lib.licenses.unfree; license = stdenv.lib.licenses.unfree;
src = fetchurl { src = fetchurl {
url = "https://download.jetbrains.com/go/${name}.tar.gz"; url = "https://download.jetbrains.com/go/${name}.tar.gz";
sha256 = "cbe84d07fdec6425d8ac63b0ecd5e04148299c1c0c6d05751523aaaa9360110b"; sha256 = "0l5pn2wj541v1xc58bpipkl483zrhwjr37grkwiwx2j4iygrikq7";
}; };
wmClass = "jetbrains-gogland"; wmClass = "jetbrains-gogland";
}; };