summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2017-05-19 17:19:54 +0200
committerVincent Demeester <vincent@sbr.pm>2017-05-19 17:19:54 +0200
commitf28f96b235cf22280cfb405c98fe798b1d4ba77f (patch)
tree5b65198fb17579ac4dfa4f0035209851622b839f /pkgs/applications/editors
parent9f433595be544718996908d9e131193c83a8fb85 (diff)
downloadnixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.tar
nixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.tar.gz
nixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.tar.bz2
nixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.tar.lz
nixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.tar.xz
nixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.tar.zst
nixlib-f28f96b235cf22280cfb405c98fe798b1d4ba77f.zip
idea.gogland: 171.3780.106 -> 171.4424.55
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 663ee4c9bd07..338b6e9ac5d0 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -134,7 +134,7 @@ let
           platform and ReSharper. Rider supports .NET Core,
           .NET Framework and Mono based projects. This lets you
           develop a wide array of applications including .NET desktop
-          apps, services and libraries, Unity games, ASP.NET and 
+          apps, services and libraries, Unity games, ASP.NET and
           ASP.NET Core web applications.
         '';
         maintainers = [ maintainers.miltador ];
@@ -209,12 +209,12 @@ in
 
   gogland = buildGogland rec {
     name = "gogland-${version}";
-    version = "171.3780.106";
+    version = "171.4424.55";
     description = "Up and Coming Go IDE";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/go/${name}.tar.gz";
-      sha256 = "cbe84d07fdec6425d8ac63b0ecd5e04148299c1c0c6d05751523aaaa9360110b";
+      sha256 = "0l5pn2wj541v1xc58bpipkl483zrhwjr37grkwiwx2j4iygrikq7";
     };
     wmClass = "jetbrains-gogland";
   };