Merge pull request #25924 from vdemeester/update-gogland

idea.gogland: 171.3780.106 -> 171.4424.55

authored by Jörg Thalheim and committed by GitHub 06767b81 91956722

+3 -3
+3 -3
pkgs/applications/editors/jetbrains/default.nix
··· 134 platform and ReSharper. Rider supports .NET Core, 135 .NET Framework and Mono based projects. This lets you 136 develop a wide array of applications including .NET desktop 137 - apps, services and libraries, Unity games, ASP.NET and 138 ASP.NET Core web applications. 139 ''; 140 maintainers = [ maintainers.miltador ]; ··· 209 210 gogland = buildGogland rec { 211 name = "gogland-${version}"; 212 - version = "171.3780.106"; 213 description = "Up and Coming Go IDE"; 214 license = stdenv.lib.licenses.unfree; 215 src = fetchurl { 216 url = "https://download.jetbrains.com/go/${name}.tar.gz"; 217 - sha256 = "cbe84d07fdec6425d8ac63b0ecd5e04148299c1c0c6d05751523aaaa9360110b"; 218 }; 219 wmClass = "jetbrains-gogland"; 220 };
··· 134 platform and ReSharper. Rider supports .NET Core, 135 .NET Framework and Mono based projects. This lets you 136 develop a wide array of applications including .NET desktop 137 + apps, services and libraries, Unity games, ASP.NET and 138 ASP.NET Core web applications. 139 ''; 140 maintainers = [ maintainers.miltador ]; ··· 209 210 gogland = buildGogland rec { 211 name = "gogland-${version}"; 212 + version = "171.4424.55"; 213 description = "Up and Coming Go IDE"; 214 license = stdenv.lib.licenses.unfree; 215 src = fetchurl { 216 url = "https://download.jetbrains.com/go/${name}.tar.gz"; 217 + sha256 = "0l5pn2wj541v1xc58bpipkl483zrhwjr37grkwiwx2j4iygrikq7"; 218 }; 219 wmClass = "jetbrains-gogland"; 220 };