1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-06 20:55:33 +02:00
parent 26d0aeeb03
commit 3ce45a144d
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 21 additions and 21 deletions

View file

@ -150,11 +150,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683276742, "lastModified": 1683276747,
"narHash": "sha256-QURv/m81hd6TN5RMjlSHhE1zLpXHsvDEm66qv3MRBsM=", "narHash": "sha256-T3st1VBg3wmhHyBQb0z12sTSGsQgiu3mxkS61nLO8Xs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "38271ead8e7b291beb9d3b8312e66c3268796c0a", "rev": "669669fcb403e3137dfe599bbcc26e60502c3543",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -172,11 +172,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1683303344, "lastModified": 1683374417,
"narHash": "sha256-3cUpW7pELquKzWoimlGY0ZQ11sFkMYodQZ4GRSqyjiQ=", "narHash": "sha256-SSace5WgyjZwz0Cv7kc9GUfN5T8+RqN1cWR7rsWMvmQ=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "c8ebb04e92c9646d83110f4b45f1d1dfd5316561", "rev": "ca5a810c4a67c9c3f482d0c015270c26aee2c943",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -193,11 +193,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1683274861, "lastModified": 1683361184,
"narHash": "sha256-MR/DbJcFq/8hkvysdfl/GBgTPJXstXipLiWq5Sx0ZgQ=", "narHash": "sha256-Xpl6uG84I5ru42vRObyEL89TxBi8CVFCerchHppQqck=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "62b903aff9f41bdb86491cff2fecaff87eb0040d", "rev": "cd7bafe31752e9cf66e1c3706e1da388d6401009",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683267615, "lastModified": 1683353485,
"narHash": "sha256-A/zAy9YauwdPut90h6cYC1zgP/WmuW9zmJ+K/c5i6uc=", "narHash": "sha256-Skp5El3egmoXPiINWjnoW0ktVfB7PR/xc4F4bhD+BJY=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0b6445b611472740f02eae9015150c07c5373340", "rev": "caf436a52b25164b71e0d48b671127ac2e2a5b75",
"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-05"; version = "2023-05-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "39a78192fbcee43f0b9134d668663b0cfc1e082b"; rev = "12453e0e3d2e82a4ae813f1540315c7cf2df2363";
sha256 = "0r5fj9zczhgfb35racs0iva2rcfh05iq992ri9n6x6yy0fdl4zrz"; sha256 = "0md015mqjp80av9r1viny228hjhjmq8a4zk7jc6b5r04x6aj7ks2";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,12 +220,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-05-03"; version = "2023-05-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "3bd4ca412982afa6f88bb7ef890660cee51c3e58"; rev = "f01429048950195bcab6c430b430fc44b2d9e05a";
sha256 = "1rnzqr5wnk0zfi85dnrqccqs7jrg8ibd9bqzj4qqsqz40l6bli1s"; sha256 = "106aic9w61ja1rs0prbsxlr1xqri8h6hcg44v7jz6hsfa89m6si9";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -297,12 +297,12 @@ in
}; };
LuaSnip = buildVimPluginFrom2Nix { LuaSnip = buildVimPluginFrom2Nix {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2023-05-01"; version = "2023-05-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "a46ab6f8bce6bbddd8ce3e287e1a517c1f5e348e"; rev = "b4bc24c4925aeb05fd47d2ee9b24b7f73f5d7e32";
sha256 = "0ai7qi39i9mhlxar5yzk83spg9mqydw34i8b9mmwm9cklkwbrwal"; sha256 = "1fbjv2zdxn962hf3vxfl4s45yvqdr8israz5chw4w37jf8achqx4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };