Update deps
This commit is contained in:
parent
48ad0e38e2
commit
8a346a1db4
2 changed files with 5 additions and 4 deletions
|
@ -45,17 +45,18 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"lastModified": 1705755736,
|
"lastModified": 1705709324,
|
||||||
"narHash": "sha256-K+/jY9GJDfK7N2ujjtKIoDqi4+2Bao2AL6Hu7VsswTU=",
|
"narHash": "sha256-cxzYCWSbOGLnkhfBRwTV2r0hU0jYqO2zo7/gX0tKFu4=",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
"rev": "fa9a85ae468b9df30ae9e5c05a08c0f124e267df",
|
"rev": "98a4ed0a110625e63950d85b26f3e4614393ea04",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"dir": "contrib",
|
"dir": "contrib",
|
||||||
"owner": "neovim",
|
"owner": "neovim",
|
||||||
"repo": "neovim",
|
"repo": "neovim",
|
||||||
|
"rev": "98a4ed0a110625e63950d85b26f3e4614393ea04",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||||
|
|
||||||
neovim-flake = {
|
neovim-flake = {
|
||||||
url = "github:neovim/neovim?dir=contrib";
|
url = "github:neovim/neovim?rev=98a4ed0a110625e63950d85b26f3e4614393ea04&dir=contrib";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue