1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-06-29 13:14:13 +02:00
parent ba1726def2
commit 4099648ea8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 8 deletions

View file

@ -355,11 +355,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1687886075, "lastModified": 1687946342,
"narHash": "sha256-PeayJDDDy+uw1Ats4moZnRdL1OFuZm1Tj+KiHlD67+o=", "narHash": "sha256-vRxti8pOuXS0rJmqjbD8ueEEFXWSK22ISHoCWkhgzzg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a565059a348422af5af9026b5174dc5c0dcefdae", "rev": "1c851e8c92b76a00ce84167984a7ec7ba2b1f29c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -111,8 +111,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "99a7e8d268a052e0e90211a2ab9c1c89e9db038c"; rev = "e89fd9f9632ebbb3e80a9f524f3d77358fc17d0a";
sha256 = "1r7762830vnxaxm4g2x1cybnvn8mkzw88x68chnyy90fq5nrja9v"; sha256 = "12y1na2m340xh8vb4kz19xqhfgal8h2syw3dsdmxp3c1yrn6jkqf";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,12 +220,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-06-23"; version = "2023-06-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "b6b34b9acf84949f0ac1c00747765e62b81fb38d"; rev = "a2c8ad6c7b4e35ed33d648795dcb1e08dbd4ec01";
sha256 = "12p1flmk9qp71kmy9sgv8a5izdwk1n4fggdpmiz42wyg7znzjxmp"; sha256 = "1zqhxk33513ncc0d9ljlvfcdd0p358awdhb1n99y80l9w1qmf3n1";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };