Jetbrains Goland 2019.2.4 -> 2019.2.5

This commit is contained in:
kolaente 2019-11-07 20:23:34 +01:00
parent a934a7f6d5
commit a6558f64f6
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -276,12 +276,12 @@ in
goland = buildGoland rec {
name = "goland-${version}";
version = "2019.2.3"; /* updated by script */
version = "2019.2.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 = "0z9bzyn9jsbwh305ghxbxg049wrwv90hqm3agpj2nrcqfz2mypfn"; /* updated by script */
sha256 = "0rkyw3532qvr6jhr09m3h0ssdy5ilfgfvqqliyf0cacwzw9lfv0p"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand RELEASE";