Skip to content

Commit

Permalink
jetbrains.goland: 2018.2.2 -> 2018.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Sep 24, 2018
1 parent 8ab4cbd commit 546dfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ in

goland = buildGoland rec {
name = "goland-${version}";
version = "2018.2.2"; /* updated by script */
version = "2018.2.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 = "10ymk9fw01a6c6harqv4pa0ywj130sjsbqhyqmw35v1b1srmxcrj"; /* updated by script */
sha256 = "0pd01aw1mv6w47ksgc8zbc7ppgbb64qsdgyqghiyibdjf07h53hd"; /* updated by script */
};
wmClass = "jetbrains-goland";
update-channel = "GoLand Release";
Expand Down

0 comments on commit 546dfb5

Please sign in to comment.