about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorkolaente <k@knt.li>2019-11-03 21:03:37 +0100
committerkolaente <k@knt.li>2019-11-03 21:03:37 +0100
commit852974a0c5b118837fe4b22f92448ef4f846c1a3 (patch)
tree2d62a1f85f61600a2b50fadd1b54a3a3c040b4c0 /pkgs/applications/editors
parent75cc535904eb386f9c7bce0a34f61260a9425a4f (diff)
downloadnixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.tar
nixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.tar.gz
nixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.tar.bz2
nixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.tar.lz
nixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.tar.xz
nixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.tar.zst
nixlib-852974a0c5b118837fe4b22f92448ef4f846c1a3.zip
Jetbrains Goland 2019.2.3 -> 2019.2.4
Diffstat (limited to 'pkgs/applications/editors')
-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 4daf3d5f92df..17b416092699 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.2"; /* updated by script */
+    version = "2019.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 = "1wq1prgfn6wc7lc6qjhiykm62c56yrb5rv0hyylcsgdw0q3ns6z2"; /* updated by script */
+      sha256 = "0z9bzyn9jsbwh305ghxbxg049wrwv90hqm3agpj2nrcqfz2mypfn"; /* updated by script */
     };
     wmClass = "jetbrains-goland";
     update-channel = "GoLand RELEASE";