Merge pull request #25924 from vdemeester/update-gogland

idea.gogland: 171.3780.106 -> 171.4424.55
This commit is contained in:
Jörg Thalheim 2017-05-19 20:35:59 +01:00 committed by GitHub
commit 06767b81e0

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";
}; };