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

Commits on Mar 6, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    primeos Michael Weiss
    Copy the full SHA
    96f3a58 View commit details

Commits on Mar 26, 2019

  1. Merge pull request #56950 from rvolosatovs/update/gocode-gomod

    gocode-gomod: 2018-10-16 -> 2019-02-12
    matthewbauer authored Mar 26, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    14e9703 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/development/tools/gocode-gomod/default.nix
8 changes: 4 additions & 4 deletions pkgs/development/tools/gocode-gomod/default.nix
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@

buildGoPackage rec {
name = "gocode-gomod-unstable-${version}";
version = "2018-10-16";
rev = "12640289f65065d652cc942ffa01a52bece1dd53";
version = "2019-02-12";
rev = "8cc90faaf4765d16de060350da41eadccc1a15d1";

goPackagePath = "github.com/stamblerre/gocode";

@@ -19,7 +19,7 @@ buildGoPackage rec {

owner = "stamblerre";
repo = "gocode";
sha256 = "1avv0b5p2l8pv38m5gg97k57ndr5k9yy0rfkmmwjq96pa221hs1q";
sha256 = "0y5lc7sq3913mvvczwx8mq5l3l9yg34jzaw742q8jpd1jzqyza94";
};

goDeps = ./deps.nix;
@@ -45,6 +45,6 @@ buildGoPackage rec {
homepage = https://github.com/stamblerre/gocode;
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ kalbasit ];
maintainers = with maintainers; [ kalbasit rvolosatovs ];
};
}