Skip to content

Commit 0287991

Browse files
committed
go-parser.nix: fix hash
1 parent fe90b4f commit 0287991

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/kernels/go/language-server-gopls/go-parser.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ buildGoModule rec {
1111
owner = "codedownio";
1212
repo = "go-notebook-language-server";
1313
rev = "v${version}";
14-
<<<<<<< gnls
1514
hash = "sha256-bOh7LbPxs+olEGKrNnnoq6xMhoRRSeZCV6GgJ7CUPyk=";
16-
=======
17-
hash = "sha256-SdN/v4psQRQ8O+3BosYgcZzBZSxNytVmw1A/lM2fQ/4=";
18-
>>>>>>> main
1915
};
2016

2117
sourceRoot = "${src.name}/go-parser";

0 commit comments

Comments
 (0)