Merge pull request #56901 from vdemeester/update-go-symbols

go-symbols: unstable-2018-05-23 -> 0.1.1
This commit is contained in:
Jörg Thalheim 2019-03-05 20:46:20 +00:00 committed by GitHub
commit c547c03c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,16 @@
buildGoPackage rec { buildGoPackage rec {
name = "go-symbols-${version}"; name = "go-symbols-${version}";
version = "unstable-2018-05-23"; version = "0.1.1";
rev = "953befd75e223f514580fcb698aead0dd6ad3421";
goPackagePath = "github.com/acroca/go-symbols"; goPackagePath = "github.com/acroca/go-symbols";
goDeps = ./deps.nix; goDeps = ./deps.nix;
src = fetchFromGitHub { src = fetchFromGitHub {
inherit rev;
owner = "acroca"; owner = "acroca";
repo = "go-symbols"; repo = "go-symbols";
sha256 = "0dwf7w3zypv5brk68n7siakz222jwnhrhkzvwk1iwdffk79gqp3x"; rev = "v${version}";
sha256 = "0yyzw6clndb2r5j9isyd727njs98zzp057v314vfvknsm8g7hqrz";
}; };
meta = { meta = {