summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2020-09-07 15:25:44 +0200
committerkolaente <k@knt.li>2020-09-07 15:25:44 +0200
commit120d6ed2fc92780ba8e746ba73ee68fcfd475ac5 (patch)
treea0a20836105fd932986d16a1268b8082aeabd821 /pkgs/applications/editors/jetbrains
parent977620b0292ca8c04cd33fab4a0dfbc744956f68 (diff)
Update jetbrains.goland 2020.2.1 -> 2020.2.2
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 9766b073f94c..8e17543bb7a0 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -294,12 +294,12 @@ in
goland = buildGoland rec {
name = "goland-${version}";
- version = "2020.2.1"; /* updated by script */
+ version = "2020.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 = "15jd2yn4g3lya54ppcp8b0bvf2pp2khdvqba2g1aml16d5z8mkq6"; /* updated by script */
+ sha256 = "1r6bbx5hsg82l1pa3syfdi8nbsz6rrfszsw4dmwcnxvccp2hs3mh"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand RELEASE";