summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-06-28 08:09:41 +0100
committerJörg Thalheim <joerg@thalheim.io>2017-06-28 08:31:08 +0100
commitce8802729430c21dd4b437f8441f278a869e4a44 (patch)
tree4703fc50b65338d49f742a736286ff49aff46d01 /pkgs/applications/editors
parentf849eb2018665751163e747ff8bee2afd4daf8ec (diff)
downloadnixlib-ce8802729430c21dd4b437f8441f278a869e4a44.tar
nixlib-ce8802729430c21dd4b437f8441f278a869e4a44.tar.gz
nixlib-ce8802729430c21dd4b437f8441f278a869e4a44.tar.bz2
nixlib-ce8802729430c21dd4b437f8441f278a869e4a44.tar.lz
nixlib-ce8802729430c21dd4b437f8441f278a869e4a44.tar.xz
nixlib-ce8802729430c21dd4b437f8441f278a869e4a44.tar.zst
nixlib-ce8802729430c21dd4b437f8441f278a869e4a44.zip
jetbrains.gogland: 171.4694.35 -> 171.4694.61
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 982e40e602d3..99a1837f9f22 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -239,12 +239,12 @@ in
 
   gogland = buildGogland rec {
     name = "gogland-${version}";
-    version = "171.4694.35";
+    version = "171.4694.61"; /* 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 = "0q2f8bi2i49j0xcpn824sihz2015jhn338cjaqy0jd988nxik6jk";
+      sha256 = "8e9462fc7c5cc7dc110ea2257b920a55d7d52ea874a53567e5d19381a1fcb269"; /* updated by script */
     };
     wmClass = "jetbrains-gogland";
     update-channel = "gogland_1.0_EAP";