summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-12-02 18:46:23 +0100
committerkolaente <k@knt.li>2019-12-02 18:46:23 +0100
commit2a3d2c18c68879e6ae427bee92cff167872f7ee5 (patch)
treeae05aeef10e695bbcae4a3d034a8fcd7d9f69979 /pkgs/applications/editors/jetbrains
parent6274424647df9c449d4326b194d5c12062d2be14 (diff)
Jetbrains Goland 2019.2.5 -> 2019.3
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 7525da19f52e..a71f07b836d0 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.5"; /* updated by script */
+ version = "2019.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 = "1cgwv6fzv72aghvqpjy7xwb6hl4zfgkj1sl6pz8pkg74x9wk7m3l"; /* updated by script */
+ sha256 = "1brkmxzks1rkx365q7axffkq4mby0l4kjc6pm3hikk5xc6g4xfx1"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand RELEASE";