1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 17m57s
Build / build-amd64-linux (push) Successful in 30m39s

This commit is contained in:
Daniel Kempkens 2023-09-16 13:10:48 +02:00
parent 6309f696b7
commit 6070a035a2
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 12 additions and 12 deletions

View file

@ -323,11 +323,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1694764612, "lastModified": 1694815276,
"narHash": "sha256-ESl/NMxS8ld9IU0prayYTATEqxBdj4D3BrXwUiTY2IY=", "narHash": "sha256-9q0AqoOJUZ6pqayUFuyjpD3DhbnqUIF93jixLSlnYxw=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "a6e4793bafa0edda2ef5e948cd071dc9626688d8", "rev": "be10d65bfafe056025ffffa2c1131712b9a493a5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,11 +346,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694766001, "lastModified": 1694852267,
"narHash": "sha256-vzleD8ZNZ6juhR8Uivadh4V47Iqd0qDVNNTXArCeIwQ=", "narHash": "sha256-h55RymhkuKBMnrg4Nz5Hv92eScN9j2DmESTn4a+GcfY=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "e568419bda1ed080c30d6f91f68ea24edb3fb300", "rev": "f3a0916f4ec288db67c3b40d95dd6e0c43082afa",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -118,12 +118,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-09-15"; version = "2023-09-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "bf8b089eecef9e9e8c1765f81613a2fd5e49175c"; rev = "794266a4edc8ab57b0d637626f01b5278a9123d8";
sha256 = "1fwsmbqxa9na2a6r1ixz7pjqkbrsscvmjy9xssgm7giy2qhpb6nc"; sha256 = "0h2wa98ljgkr56yfcbif4xyn2721padzfavj3fd89wib3ylk5qzx";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -162,12 +162,12 @@ in
}; };
telescope-nvim = buildVimPluginFrom2Nix { telescope-nvim = buildVimPluginFrom2Nix {
pname = "telescope.nvim"; pname = "telescope.nvim";
version = "2023-09-14"; version = "2023-09-16";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-telescope"; owner = "nvim-telescope";
repo = "telescope.nvim"; repo = "telescope.nvim";
rev = "59812c26d826e8c717e29406267ea1260f71e103"; rev = "b543aaa2c9cf8123ed2fe7dbb6c211a9cd415124";
sha256 = "1c5gs74pajsmdq99g6qfzk7vbp1pl6milxy33zrj2mi3d5hqqwwa"; sha256 = "0k0jymfkp9n65pb5iak7kf89pl41zr7iwg19ww31j3b814am4pjd";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };