1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2022-02-15 10:36:43 +01:00
parent e5ecba39b2
commit 979af6dcac
2 changed files with 30 additions and 30 deletions

View file

@ -96,11 +96,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1644762305, "lastModified": 1644888357,
"narHash": "sha256-3pffUSxASt4wmncOoXjwIki4QIU1JNWV9dYGlcq0Gdc=", "narHash": "sha256-a7Q3SpJKE7p5S3+WxdSOm937r3CLB5GIFyf6F4jsbBc=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "046950f6309070d98ab5a3deeff9d00e079ccdd4", "rev": "1bd6c0a05c18e10e9439b4090e6f57f0d1e1fc21",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -119,11 +119,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1644826433, "lastModified": 1644912823,
"narHash": "sha256-dL6QCrD753LjEy/Sr06AfvX/wYWLduozQRDBgVnf+50=", "narHash": "sha256-LBc1wrLSZ3AZd0I6CHQsf45TwFhS9a/K10DLUnfetMw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "a8bd1733d41c74af80c7717adcbc8e39df485ef2", "rev": "3767067ca17bcac639aa3b3deea3a8af7a6de0e8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -186,11 +186,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1644798481, "lastModified": 1644884990,
"narHash": "sha256-srzP+uK7Yw5NzAbyOCbTPQbUTyNNEnSekNMbNzGQdyg=", "narHash": "sha256-1utNBXnaL412GNQnVAb68+kO2z1vQxlCeasyL4S/IIs=",
"owner": "arqv", "owner": "arqv",
"repo": "zig-overlay", "repo": "zig-overlay",
"rev": "25a081ec1ecee42422bd7fab38528ea254055b8c", "rev": "e92319df40fdb1e963bc1991d08514fa8477053c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -123,12 +123,12 @@
}; };
lightspeed-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { lightspeed-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "lightspeed.nvim"; pname = "lightspeed.nvim";
version = "1644672701"; version = "1644912487";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "ggandor"; owner = "ggandor";
repo = "lightspeed.nvim"; repo = "lightspeed.nvim";
rev = "95fba868ea027332c3e12d1481c375a496449587"; rev = "46448b46a1e3de272d9c1b532535d68db6a018d5";
sha256 = "ZbpaYvcsppvNTPvCM7xM6Op61rfhadi7Rx+ihcfyInA="; sha256 = "58QBr27NoNt8QaZRbbX3ZbV3267RsquiOEOywacpJ68=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/ggandor/lightspeed.nvim"; meta.homepage = "https://github.com/ggandor/lightspeed.nvim";
@ -147,12 +147,12 @@
}; };
nvim-treesitter = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-treesitter = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "1644837769"; version = "1644862517";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "7c6014df2e46d05685fe9a6bbc1d2e399e2b2414"; rev = "f476df31af4d6d4bbb6a34b3ca870564cfc39b83";
sha256 = "eZyUTnpUK+qGA5bmOIksT7GtvEWjiJsn7w4q56zqUAU="; sha256 = "CvJso7BNWvZO/sWP7XHA9v7/AXLuDQcZjWC4mqkV1pM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter"; meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter";
@ -183,24 +183,24 @@
}; };
telescope-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { telescope-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "1644710452"; version = "1644911516";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "88229d5afd23c2325544e8625b111093fed6554b"; rev = "df0b35c8bc0944164828ccba8ea17941423c6725";
sha256 = "1vmvvKVpNOqVW0Moy9UsLrwwouIrRrmvp+uq13qbZ8I="; sha256 = "aTNioZAu8zfPsiTLxn2JrBkpmgGuJZQ88oRG6w8o3Wc=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/nvim-telescope/telescope.nvim"; meta.homepage = "https://github.com/nvim-telescope/telescope.nvim";
}; };
telescope-zf-native-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { telescope-zf-native-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "telescope-zf-native.nvim"; pname = "telescope-zf-native.nvim";
version = "1644705939"; version = "1644858089";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "natecraddock"; owner = "natecraddock";
repo = "telescope-zf-native.nvim"; repo = "telescope-zf-native.nvim";
rev = "87e154ad42b61051c856954c7d01801d6ea02220"; rev = "99a5ad90046274774520b7cf62124826737ca0a1";
sha256 = "frmKDmV0nihWT9XWuAJvnc2FPUIAb+bPOgHWWTUTLI4="; sha256 = "ud0VW10PTyQXh4nE/0lzvltioN09k5vErt33qhK6WUY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
nativeBuildInputs = with pkgs; [ just zigpkgs."0.9.0" ]; nativeBuildInputs = with pkgs; [ just zigpkgs."0.9.0" ];
@ -250,12 +250,12 @@
}; };
null-ls-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { null-ls-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "null-ls.nvim"; pname = "null-ls.nvim";
version = "1644684835"; version = "1644850754";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "jose-elias-alvarez"; owner = "jose-elias-alvarez";
repo = "null-ls.nvim"; repo = "null-ls.nvim";
rev = "51f336638100ba1462e9c1fb0831464e44d02aef"; rev = "f95d51533b240f2946e0a22269ade7dea9bb90a3";
sha256 = "vEXeEIlK/kpoNTM54IFKpmMUXBQpcyeKgIa7X2Nv59g="; sha256 = "NbJN6LCoIqIejhHPRLMpCzBsW8O1GnkZxQgUuKPYjEg=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim"; meta.homepage = "https://github.com/jose-elias-alvarez/null-ls.nvim";
@ -334,12 +334,12 @@
}; };
cmp-nvim-lsp-signature-help = pkgs.vimUtils.buildVimPluginFrom2Nix { cmp-nvim-lsp-signature-help = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp-signature-help"; pname = "cmp-nvim-lsp-signature-help";
version = "1644810297"; version = "1644910895";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "hrsh7th"; owner = "hrsh7th";
repo = "cmp-nvim-lsp-signature-help"; repo = "cmp-nvim-lsp-signature-help";
rev = "7d6473ee5379a659e10abef4f5766a87ca41ec96"; rev = "414619286928901600cf5b5ccb2f62666f82d3bd";
sha256 = "NhZXA3w9Olz3BYMsrbb0pYyZBbRFeuE8fz4WQrxahuU="; sha256 = "IQMGVZiMWq3OykG4XMiwvWlxyzNlpohiBPH50xMPxFM=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp-signature-help"; meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp-signature-help";
@ -550,12 +550,12 @@
}; };
nvim-tree-lua = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-tree-lua = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-tree.lua"; pname = "nvim-tree.lua";
version = "1644756249"; version = "1644910613";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "kyazdani42"; owner = "kyazdani42";
repo = "nvim-tree.lua"; repo = "nvim-tree.lua";
rev = "3f4ed9b6c2598ab8304186486a05ae7a328b8d49"; rev = "121f5c90374c6ba8a3fb33787ca508e8694b7d02";
sha256 = "tQuWBFSUESKa5Tt/GEy7EJCSaKdBtBzG0wSCbsWi6DI="; sha256 = "cWODtj/gl2YxBxMG557QyGcP3sh5aGnEUM5GfRrFgaU=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
meta.homepage = "https://github.com/kyazdani42/nvim-tree.lua"; meta.homepage = "https://github.com/kyazdani42/nvim-tree.lua";