summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2018-05-20 15:08:49 +0200
committerHerman Fries <baracoder@googlemail.com>2018-05-20 15:08:49 +0200
commitc0dec69ee00dee891bc8e80b45c0c29acf98241a (patch)
tree3604c356f119c8735bedc3bf853779720b3149da /pkgs/applications/editors
parent61604ff9a6d6690de313202426b21e12a2e77ef6 (diff)
downloadnixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.tar
nixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.tar.gz
nixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.tar.bz2
nixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.tar.lz
nixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.tar.xz
nixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.tar.zst
nixlib-c0dec69ee00dee891bc8e80b45c0c29acf98241a.zip
jetbrains.goland: 2018.1.2 -> 2018.1.3
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 9697fb851cf0..ae921be69b09 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -263,12 +263,12 @@ in
 
   goland = buildGoland rec {
     name = "goland-${version}";
-    version = "2018.1.2"; /* updated by script */
+    version = "2018.1.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 = "1qhhxarvw6mzavyzackzkbq52yfr5437gljxdvlbr6rpi99hgfzb"; /* updated by script */
+      sha256 = "02nl6dssf2r4lk0fy40cvgm1m0nnfvaz2k6yygwzr35qmbsw2xjq"; /* updated by script */
     };
     wmClass = "jetbrains-goland";
     update-channel = "goland_release";