go-symbols: unstable-2018-05-23 -> 0.1.1

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-03-05 18:59:49 +01:00
parent 756e7cd84e
commit 8df26ef3ff
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

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 = {