1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-04-23 13:10:25 +02:00
parent 8ee9ffd931
commit 5610e6d44d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 12 additions and 12 deletions

View file

@ -189,11 +189,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1682149058,
"narHash": "sha256-liKQkj0OwtwJLzwxcXbqf6YLoYeAKCKFBAZmIWHglDQ=",
"lastModified": 1682213005,
"narHash": "sha256-b6Fx9z9Uxpc8ARCOWHf0SX8bpaRpzURvqbmlX1y+iZE=",
"owner": "neovim",
"repo": "neovim",
"rev": "e9b85acfbb8d3b1dd6f92deb187800be757c6c68",
"rev": "3ac952d4e27f4e2454332a730310316fe13fd4a3",
"type": "github"
},
"original": {
@ -212,11 +212,11 @@
]
},
"locked": {
"lastModified": 1682151148,
"narHash": "sha256-MbHQHmJLIr5ViRV2VrMS+Y/ZVZzTsmfRAW+GoDZDCK4=",
"lastModified": 1682237548,
"narHash": "sha256-7bXfvT8S2O+aqIfLsDk7eTQjX4JrchHh7TyqGCA5zPI=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"rev": "247fad92a8826d71f01dc178e98a65b743793a35",
"rev": "3594ebd0f70ebc4553bb9e16accb1fd868dc3125",
"type": "github"
},
"original": {

View file

@ -107,12 +107,12 @@ in
};
nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter";
version = "2023-04-22";
version = "2023-04-23";
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "57d1a5843742a180be9a3a1d1c652a7d22709691";
sha256 = "03qsa55pnp0kyrg18y1v79vcx2hl4dy2ibbn0jg8fhz8p4q8bg8w";
rev = "3f7301789bddf44c328cce7875442d9a617e94fe";
sha256 = "0bvh3ympq3z7k2cr3n2lhgg9yk8fn0dfnbjbgi8ivrydfjw3k9yl";
fetchSubmodules = false;
};
};
@ -275,12 +275,12 @@ in
};
nvim-lint = buildVimPluginFrom2Nix {
pname = "nvim-lint";
version = "2023-04-19";
version = "2023-04-23";
src = fetchFromGitHub {
owner = "mfussenegger";
repo = "nvim-lint";
rev = "f27ba536d9363d216dcf1996f42d55756e977522";
sha256 = "1km9ch467q613pf50xa1bhrp9zd47c21g990aqczw4s6787fk2fb";
rev = "e03f2656d9d7c80929bf47f5ac71a5f23183510c";
sha256 = "002h2phjvnd2q05ki3y3syi1pi3fqj871df9icljmgaqxhj4prdc";
fetchSubmodules = false;
};
};