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: 7911b288c3e8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 899aa23f4b38
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 8, 2019

  1. go-outline: unstable-2017-08-04 -> unstable-2018-11-22 (#56896)

    Signed-off-by: Vincent Demeester <vincent@sbr.pm>
    vdemeester authored and xeji committed Mar 8, 2019
    Copy the full SHA
    899aa23 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/go-outline/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/tools/go-outline/default.nix
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@

buildGoPackage rec {
name = "go-outline-${version}";
version = "unstable-2017-08-04";
rev = "9e9d089bb61a5ce4f8e0c8d8dc5b4e41b0e02a48";
version = "unstable-2018-11-22";
rev = "7182a932836a71948db4a81991a494751eccfe77";

goPackagePath = "github.com/ramya-rao-a/go-outline";
goDeps = ./deps.nix;
@@ -12,7 +12,7 @@ buildGoPackage rec {
inherit rev;
owner = "ramya-rao-a";
repo = "go-outline";
sha256 = "0kbkv4d6q9w0d41m00sqdm10l0sg56mv8y6rmidqs152mm2w13x0";
sha256 = "0p381yvwvff0i4i7mf5v1k2q1lb0rs2xkjgv67n1cw2573c613r1";
};

meta = {