1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-20 13:14:46 +02:00
parent ce68ca18ed
commit c6f2fbabe2
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 18 additions and 18 deletions

View file

@ -276,11 +276,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1684480282, "lastModified": 1684561539,
"narHash": "sha256-hzZ2feR2OFBVMnEfWRXpjgSPQT/7fbcJiZS546V8Akc=", "narHash": "sha256-izoAVZ42lZP2JL5C9ktGEpSun9RnGc87cfMRVcy2MD4=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "201f366b370a9df724258b3c9bf01ffaadb8dd01", "rev": "073035a030f5ef8ae9b9ca51552f887944c52eaa",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1684484362, "lastModified": 1684570682,
"narHash": "sha256-Td2iGKH0QG5paEH6ms5a5dt8VjScy56yxR/43Dm+3Ls=", "narHash": "sha256-iJDTbcX/i9o49fAEA9RY/pfTFN1NTfUJhGURB2kkRdM=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "51598f5b75367cb18eb96de477bd73749daa0a54", "rev": "8af124d8d4907973128c83b26d68499022bdcc9a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -315,11 +315,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1684464849, "lastModified": 1684525479,
"narHash": "sha256-f8th/GWE9M2hePTMZc0YyFboigt9AG/ioEcyHcdFK2I=", "narHash": "sha256-Cq4jQE5OpB13nuEV3Ahm0UlpzeJBkb3PUz5pox4ih2E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b969a89c3e84a121c9b3af2e4ef277cd822b988a", "rev": "4a22f6f0a4b4354778f786425babce9a56f6b5d8",
"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-19"; version = "2023-05-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "05df88ebaa94d30d682d076244615786d9e7c1a5"; rev = "3d5fe8caf85ff1e18963b0c6ded1cf6d3a648ffa";
sha256 = "1dmsiy5n66nbr4x7zfz9i5dj7k9q4cavy47dvch2656nfhj8nqbn"; sha256 = "06bwy26g7hdp7gx4sz6zhidsx9dj8149v07fi18kjvlr1p2965kv";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -297,23 +297,23 @@ in
}; };
LuaSnip = buildVimPluginFrom2Nix { LuaSnip = buildVimPluginFrom2Nix {
pname = "LuaSnip"; pname = "LuaSnip";
version = "2023-05-19"; version = "2023-05-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "L3MON4D3"; owner = "L3MON4D3";
repo = "LuaSnip"; repo = "LuaSnip";
rev = "ec7fba1d119fb5090a901eb616145450ffb95e31"; rev = "2f78933799ef1a8558057ea7d06d6ccb11140711";
sha256 = "19fx1jxmyny7jym254ar029479v340p1h08s4rjikmhqbc2xs8a0"; sha256 = "0gw30qjclvys8h27q5sqc45klbxqwf3wcayc9rq172pqlygq4rdy";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
friendly-snippets = buildVimPluginFrom2Nix { friendly-snippets = buildVimPluginFrom2Nix {
pname = "friendly-snippets"; pname = "friendly-snippets";
version = "2023-05-12"; version = "2023-05-20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rafamadriz"; owner = "rafamadriz";
repo = "friendly-snippets"; repo = "friendly-snippets";
rev = "1d0dac346de7c6895ac72528df3276386c6b149b"; rev = "f674dae71b9daf5ba4a4daf0734f7780417237b1";
sha256 = "1nlbm7ji73ggg48pzvlbb32jfscnj71bgfzg4q1p3zfvssisz85c"; sha256 = "1sydyxq102ghsh25iv4i35ar9c9dn2c6wrm626hnz27zqrdhs68z";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };