jetbrains.goland: 2019.2.1 -> 2019.2.2

This commit is contained in:
Edmund Wu 2019-09-27 15:56:05 -04:00
parent 403dc59d54
commit 5ebf7e414e
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

@ -276,12 +276,12 @@ in
goland = buildGoland rec {
name = "goland-${version}";
version = "2019.2.1"; /* updated by script */
version = "2019.2.2"; /* 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 = "16wmsf6c8x95d050grqgv6aaxlkc6pqhbqzlz6fzsngjnbkn64yj"; /* updated by script */
sha256 = "1wq1prgfn6wc7lc6qjhiykm62c56yrb5rv0hyylcsgdw0q3ns6z2"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand RELEASE";