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: 0cec85d0eb0b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1b7dec225ec
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 10, 2017

  1. idea.gogland: 171.4424.55 -> 171.4694.35

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester committed Jun 10, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    vdemeester Vincent Demeester
    Copy the full SHA
    0a6dd6d View commit details
  2. Merge pull request #26502 from vdemeester/update-gogland

    idea.gogland: 171.4424.55 -> 171.4694.35
    Mic92 authored Jun 10, 2017
    Copy the full SHA
    a1b7dec View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/editors/jetbrains/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/editors/jetbrains/default.nix
Original file line number Diff line number Diff line change
@@ -237,12 +237,12 @@ in

gogland = buildGogland rec {
name = "gogland-${version}";
version = "171.4424.55";
version = "171.4694.35";
description = "Up and Coming Go IDE";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/go/${name}.tar.gz";
sha256 = "0l5pn2wj541v1xc58bpipkl483zrhwjr37grkwiwx2j4iygrikq7";
sha256 = "0q2f8bi2i49j0xcpn824sihz2015jhn338cjaqy0jd988nxik6jk";
};
wmClass = "jetbrains-gogland";
};