From 8332096355d55d896b1891611442c9b30659b99f Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sun, 21 May 2023 17:07:37 +0200 Subject: [PATCH] Update deps --- flake.lock | 12 ++++++------ home/programs/nvim/plugins.nix | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 522e49e..9617299 100644 --- a/flake.lock +++ b/flake.lock @@ -276,11 +276,11 @@ }, "locked": { "dir": "contrib", - "lastModified": 1684561539, - "narHash": "sha256-izoAVZ42lZP2JL5C9ktGEpSun9RnGc87cfMRVcy2MD4=", + "lastModified": 1684596648, + "narHash": "sha256-eOcrQty8w8/llboFdrWOuhpm3APHuuJU/OGeBXqj1xk=", "owner": "neovim", "repo": "neovim", - "rev": "073035a030f5ef8ae9b9ca51552f887944c52eaa", + "rev": "e3e6fadfd82861471c32fdcabe00bbef3de84563", "type": "github" }, "original": { @@ -300,11 +300,11 @@ ] }, "locked": { - "lastModified": 1684570682, - "narHash": "sha256-iJDTbcX/i9o49fAEA9RY/pfTFN1NTfUJhGURB2kkRdM=", + "lastModified": 1684657113, + "narHash": "sha256-aurvXjrOd0thTjPq0tv/KT+lH6Kq9NGJ2/7Qp2D1y2k=", "owner": "nifoc", "repo": "nix-overlay", - "rev": "8af124d8d4907973128c83b26d68499022bdcc9a", + "rev": "d0272cc51442f5ca77d727595d046c1cb8e36cdc", "type": "github" }, "original": { diff --git a/home/programs/nvim/plugins.nix b/home/programs/nvim/plugins.nix index f27bc3c..58cf1ce 100644 --- a/home/programs/nvim/plugins.nix +++ b/home/programs/nvim/plugins.nix @@ -107,12 +107,12 @@ in }; nvim-treesitter = buildVimPluginFrom2Nix { pname = "nvim-treesitter"; - version = "2023-05-20"; + version = "2023-05-21"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "8e59b4919d1a61bd4eb29c397bd19bab83883cbb"; - sha256 = "18qpyk03987pmak2fw2gvqa0gmlk4jlx1nixpzzmm4wd5r4yfvwk"; + rev = "18c393108eb61c2d5157815b9af0e8f5b75c5109"; + sha256 = "0a2hrp09vxjmafxkwagfh29hybqknbkhg5hxkj6v0jgpgy1w2z0h"; fetchSubmodules = false; }; }; @@ -297,12 +297,12 @@ in }; LuaSnip = buildVimPluginFrom2Nix { pname = "LuaSnip"; - version = "2023-05-20"; + version = "2023-05-21"; src = fetchFromGitHub { owner = "L3MON4D3"; repo = "LuaSnip"; - rev = "2f78933799ef1a8558057ea7d06d6ccb11140711"; - sha256 = "0gw30qjclvys8h27q5sqc45klbxqwf3wcayc9rq172pqlygq4rdy"; + rev = "fcdaa4313305fe20d928551134c1ec2266e7af2a"; + sha256 = "11q8pk1h8fwzf3mhc41c84gpix3hib76v1jpksj73xhzxzsdrh0b"; fetchSubmodules = false; }; };