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

@ -209,12 +209,12 @@ in
gogland = buildGogland rec {
name = "gogland-${version}";
version = "171.3780.106";
version = "171.4424.55";
description = "Up and Coming Go IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/go/${name}.tar.gz";
sha256 = "cbe84d07fdec6425d8ac63b0ecd5e04148299c1c0c6d05751523aaaa9360110b";
sha256 = "0l5pn2wj541v1xc58bpipkl483zrhwjr37grkwiwx2j4iygrikq7";
};
wmClass = "jetbrains-gogland";
};