jetbrains.goland: 2018.1.3 -> 2018.1.4

This commit is contained in:
Ioannis Koutras 2018-06-13 19:09:52 +03:00
parent 955b349c53
commit ff3d215e70

View File

@ -263,12 +263,12 @@ in
goland = buildGoland rec {
name = "goland-${version}";
version = "2018.1.3"; /* updated by script */
version = "2018.1.4"; /* updated by script */
description = "Up and Coming Go IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/go/${name}.tar.gz";
sha256 = "02nl6dssf2r4lk0fy40cvgm1m0nnfvaz2k6yygwzr35qmbsw2xjq"; /* updated by script */
sha256 = "1ipib91443sb27snnqik8rm3bm9w6gb5niildbd538lhc9agc9xb"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand Release";