Skip to content

Commit

Permalink
build: bump tree-sitter-norg fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Aug 9, 2024
1 parent 84c854a commit 7ffa687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions fixtures/tree-sitter-norg-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,4 @@ dependencies = {
build = {
type = "treesitter-parser",
lang = "norg",
platforms = {
macosx = {
libflags = {
"-bundle",
"-undefined",
"dynamic_lookup",
"-all_load",
"-std=c++11",
},
},
},
}
4 changes: 2 additions & 2 deletions nix/overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@
src = fetchFromGitHub {
owner = "nvim-neorg";
repo = "tree-sitter-norg";
rev = "014073fe8016d1ac440c51d22c77e3765d8f6855";
hash = "sha256-0wL3Pby7e4nbeVHCRfWwxZfEcAF9/s8e6Njva+lj+Rc=";
rev = "aa1a1a7ded81a094cc3d5cb14bea6f34b86d8688";
hash = "sha256-baJdvWfwUx1U2RX0G6ECaGPGZBFbWsVUhh3kYPaYeiE=";
};
preBuild = ''
# tree-sitter CLI expects to be able to create log files, etc.
Expand Down

0 comments on commit 7ffa687

Please sign in to comment.