mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
go-symbols: unstable-2017-02-06 -> unstable-2018-05-23 (#47468)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
2fc7b67cef
commit
93e26bae3f
@ -1,17 +1,18 @@
|
|||||||
{ stdenv, buildGoPackage, fetchgit }:
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "go-symbols-${version}";
|
name = "go-symbols-${version}";
|
||||||
version = "unstable-2017-02-06";
|
version = "unstable-2018-05-23";
|
||||||
rev = "5a7f75904fb552189036c640d04cd6afef664836";
|
rev = "953befd75e223f514580fcb698aead0dd6ad3421";
|
||||||
|
|
||||||
goPackagePath = "github.com/acroca/go-symbols";
|
goPackagePath = "github.com/acroca/go-symbols";
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/acroca/go-symbols";
|
owner = "acroca";
|
||||||
sha256 = "0qh2jjhwwk48gi8yii0z031bah11anxfz81nwflsiww7n426a8bb";
|
repo = "go-symbols";
|
||||||
|
sha256 = "0dwf7w3zypv5brk68n7siakz222jwnhrhkzvwk1iwdffk79gqp3x";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user