1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-15 10:55:38 +02:00
parent 8c457fb704
commit e245f02aa8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 15 additions and 15 deletions

View file

@ -251,11 +251,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1684015383, "lastModified": 1684136312,
"narHash": "sha256-m5vN05TMm9NFfDRsPwe60rUdlERueQP7tInBVXD3N+0=", "narHash": "sha256-jueoY9mZFXdan9KWP6hAxycLFmmqKFqM+WCgX5l7IXI=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "edfa8d6f2f2bc87f3d98b26ef3f8afbfdc8c5bde", "rev": "c11986ed1a816d7ebcb5a5f707e3ef884f278293",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -274,11 +274,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684052373, "lastModified": 1684138888,
"narHash": "sha256-27155ek0LnyJQETni7yvdMMPBBh4pdXNh9j3EhYL4X8=", "narHash": "sha256-CYNFX3ZGRppPPxNoC15ElUH4vgmmhwQdCuM/2mhdX+A=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "b0b192958d851f55a0b8616f22f5a053d3dbb3b4", "rev": "802122d3117b6d2c4a0434dbc4dc713eeda9de15",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -289,11 +289,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683968890, "lastModified": 1684120848,
"narHash": "sha256-FuNtjMvT07cJydY5NRyRhIni/dEwkSkijmFEdsmqdkA=", "narHash": "sha256-gIwJ5ac1FwZEkCRwjY+gLwgD4G1Bw3Xtr2jr2XihMPo=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ea11a3977f4cba013d8680667616be827c967ac0", "rev": "0cb867999eec4085e1c9ca61c09b72261fa63bb4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -107,12 +107,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-05-13"; version = "2023-05-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "680807fa6a482c639119098bc48ca3831c66db13"; rev = "217467c26223e0287f44f0eb04226da50fa0c114";
sha256 = "0kh1i38fppg93vg87wzn2jaw3wwajnrzyc61c1icwvl2y91nhxns"; sha256 = "0nblnhavyl49p4gqgxbrhrpiaxywpvnk57w0k2hmyqzcsg96gf9g";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -140,12 +140,12 @@ in
}; };
telescope-nvim = buildVimPluginFrom2Nix { telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2023-05-07"; version = "2023-05-14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "d77b37f4520e5fc2cf4c74c12e42ed4b589bd367"; rev = "ebf93395e79e5d026e3867d9e5e158b2bbe1499c";
sha256 = "01i1dmlnx2303bv8ahgkmks8jsgz4frb6dxcqxh9xk1acsqzbi7c"; sha256 = "03m4lrn65a1vvn36kr32cd9xfid6pya1invpq9l59r9b2fvg6k7v";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };