From ad8bbe52549e0f76900c5324bf19d1eaad39e3cc Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 1 Dec 2017 21:57:02 +0300 Subject: [PATCH] jetbrains.goland: 173.3727.79 -> 2017.3 --- pkgs/applications/editors/jetbrains/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index b7af81a373ab..5288605d833e 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -252,15 +252,15 @@ in goland = buildGoland rec { name = "goland-${version}"; - version = "173.3727.79"; /* updated by script */ + version = "2017.3"; /* 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 = "0bmd7r3h76pg0s9m3i5qv7zfkcj3gannj0c12cw087b831ga7ccz"; /* updated by script */ + sha256 = "0l4l0lsmq1g4fwfrxhbrnfsp8nk38ml48cryvdr241zsxz43fax0"; /* updated by script */ }; wmClass = "jetbrains-goland"; - update-channel = "goland_1.0_EAP"; + update-channel = "goland_release"; }; idea-community = buildIdea rec {