Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9195672200b4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 06767b81e03b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 19, 2017

  1. idea.gogland: 171.3780.106 -> 171.4424.55

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed May 19, 2017
    Copy the full SHA
    f28f96b View commit details
  2. Merge pull request #25924 from vdemeester/update-gogland

    idea.gogland: 171.3780.106 -> 171.4424.55
    Mic92 authored May 19, 2017
    Copy the full SHA
    06767b8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/editors/jetbrains/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
@@ -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";
};