summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-11-21 21:35:38 +0100
committerkolaente <k@knt.li>2019-11-21 21:35:38 +0100
commitf4a4557e6091b15cbaca9214271ba49ebe11cb3a (patch)
tree2e199b0774ba05fd7564b8ee16cfe30fb0ca0fc4 /pkgs/applications/editors/jetbrains
parent758efb93480ed94d718c824a4472a3f5cae551c9 (diff)
Jetbrains Goland 2019.2.4 -> 2019.2.5
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 48af3c9b014f..f629bddf733b 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -276,12 +276,12 @@ in
goland = buildGoland rec {
name = "goland-${version}";
- version = "2019.2.4"; /* updated by script */
+ version = "2019.2.5"; /* 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 = "0rkyw3532qvr6jhr09m3h0ssdy5ilfgfvqqliyf0cacwzw9lfv0p"; /* updated by script */
+ sha256 = "1cgwv6fzv72aghvqpjy7xwb6hl4zfgkj1sl6pz8pkg74x9wk7m3l"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand RELEASE";