1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-03-25 13:28:22 +01:00
parent dc515b4bbe
commit d2ca279cf0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 27 additions and 27 deletions

View file

@ -119,11 +119,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1679684476, "lastModified": 1679741227,
"narHash": "sha256-WTYZFt9cJmOSp1n3hxAS+BQnu7smcBsC98RSgdp2qsE=", "narHash": "sha256-9k9oBF5/yU9MfX1VJ1sRali172V4uTylGdNkzqTEouA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "db37c537603d1d45d022cc0666ad45197455b364", "rev": "2f8d24b7f57fdd404defe84626b08f3318612f8c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -142,11 +142,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1679632758, "lastModified": 1679717474,
"narHash": "sha256-h97hY2VrAXlSQZQRp6jR3YYXgwBD3ris/4iyt20/aAA=", "narHash": "sha256-pXqFCv7or136MGHO1OUZXBM6qt0bBMVMto1qfDdGtS8=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "a478fd41753a5c094e6c329a3573cbfb32b1c6bf", "rev": "063e93864a7e99ac1c4781bbe4ea63c0adb075a8",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -165,11 +165,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679645578, "lastModified": 1679731979,
"narHash": "sha256-gN0mpWiZHhQlEA4/bfMQFuyNSebrm+WoOntDJtm3Npk=", "narHash": "sha256-ty5dbq6JMB4PGiiaLTkngq5lIJc2x4a6dE+FoLWvmyk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "5974031f4d4cd09ea98f3febce783ba2d32f9c65", "rev": "f084de0a1c8f289c501e8ef1102cf806e3583de3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -185,11 +185,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1679646109, "lastModified": 1679732485,
"narHash": "sha256-5gV7hIxUcXJxEvBsAsJoK2HqQ+JYGVNPpkymQVdziyw=", "narHash": "sha256-22G67/Mm6pBSAj8h3ku2DtO58VqMdUKLcZfr7q19jUk=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "f6079528d6295c51dc3168854ddc534ff96a76ec", "rev": "a7f1af5059717537739f0c92375c6e0d7ec1b00f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -200,11 +200,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1679614379, "lastModified": 1679673789,
"narHash": "sha256-2KddLHHmcIlJu0PuS/vISLKxihTyICUwKWGn0R//028=", "narHash": "sha256-y2b9ynAJW1BpZYrcHJGtY+FJm81qwSaU295U5EcVmwE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "994e2ef9e9c70b4dd7257f73452a94e871723685", "rev": "b1c1d5c8145940cae66715674559641b435c2ef3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -112,12 +112,12 @@ rec {
}; };
}; };
nvim-treesitter = pkgs.vimPlugins.nvim-treesitter.overrideAttrs (_: { nvim-treesitter = pkgs.vimPlugins.nvim-treesitter.overrideAttrs (_: {
version = "2023-03-24"; version = "2023-03-25";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "cb568af5393241e5dbc9c19157c5df5e9ca9af2d"; rev = "c9ef5e58f7d59aba875324825ff47900d0be61f2";
sha256 = "08wvfkxb0vw25f0rx3y183z4j30yxr5z4s0pzm6vppspzg6ksrx2"; sha256 = "1j43qm5am49v67zadn9ga2yyslm10dz3iy7na0qfq699i7pvsg1v";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}); });
@ -225,12 +225,12 @@ rec {
}; };
nvim-lspconfig = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-lspconfig = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-03-24"; version = "2023-03-25";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "f1392727d8ab6472b6463e875f553ebd32665d65"; rev = "79982ef99377aede4b7508ac71b05c12b6c4613a";
sha256 = "0ia6lmycvg8rrjbng33iqrmx1pqgsp66il7870zv899s12aspscp"; sha256 = "1nmnd1gbawa67n27sgbgipaiaxy8dqsgdk6vzc6wpjs4sgx32fd8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -467,12 +467,12 @@ rec {
}; };
nvim-treesitter-textobjects = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-treesitter-textobjects = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-treesitter-textobjects"; pname = "nvim-treesitter-textobjects";
version = "2023-03-19"; version = "2023-03-25";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter-textobjects"; repo = "nvim-treesitter-textobjects";
rev = "582cbb5a4cb50f6161cac8cc01f55aeaff6d836a"; rev = "0cb5b17b8da50a913eabc9aa37e22931d3e6a9d8";
sha256 = "11dm8vyxsy1b7c93f8gx5n6x4qf86b821myqaa09k1g761skrsvz"; sha256 = "1j8x1amvqawad9l040sx739a088hdr21zjyx06akr9zp6wldpgkq";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -522,12 +522,12 @@ rec {
}; };
toggleterm-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { toggleterm-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "toggleterm.nvim"; pname = "toggleterm.nvim";
version = "2023-03-16"; version = "2023-03-25";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "akinsho"; owner = "akinsho";
repo = "toggleterm.nvim"; repo = "toggleterm.nvim";
rev = "9a595ba699837c4333c4296634feed320f084df2"; rev = "0aa936445b895cd5d3387860f96ce424ce32b072";
sha256 = "154qnxarrmylnyclw4kyapi6hc98rfjymajf0a8i2ars9qkwnqzi"; sha256 = "0yjnv3k0g4zw9w4wpq5lhl392nqsxl1rp21j7ljb4d0z51lj31wx";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };