1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-01-29 15:57:50 +01:00
parent e08fb11aad
commit a9df026ea0
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 24 additions and 24 deletions

View file

@ -140,11 +140,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1674882405, "lastModified": 1674949342,
"narHash": "sha256-GnP517tetJRrwEGpzKPmb4n/aoh66XVuj4o1WsZgSAk=", "narHash": "sha256-0HfzQwHobLEn2QW2EFOKiDI/aP2qEjvZCDCpXPNShbo=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "b4c4c232ba6fe3df5c6f12faff4405a16e4d40df", "rev": "4c90a84c61d19e5131579b2c38960de3ec8e4a5e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -161,11 +161,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1674893621, "lastModified": 1674979990,
"narHash": "sha256-tbpW9zwUxrpJIaaY17pmkQUz/ZI64/OT5GN5FMV1npQ=", "narHash": "sha256-YK6tHrGuaicP99PP7KdJlIoWmTW4leCva9GPzmOS9Mc=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "947d9a77304ace2f4eceb4291dc778145290b6be", "rev": "406ee8ee08800086c5ccb6bd4c297152044b511d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -181,11 +181,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1674894179, "lastModified": 1674980564,
"narHash": "sha256-aJ2paD4G9WgxQ+s9aCAuP8luBe1Spwr36vRAtd7cn6s=", "narHash": "sha256-/ptB/ugw+lT01MhnYs5aBsCzrjIRGczOq7Yw4bsx3nE=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "55b7f3b0903501a8aa501b0ddb8a0a7c7dc7c6fd", "rev": "3816a269121e46e0a3502477e272d7f7dd0f3b7a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -212,11 +212,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1674899129, "lastModified": 1674928128,
"narHash": "sha256-6LGae8WbdCN4S9+o2wfYDJPpfxC2EnXEvoopVkguNtc=", "narHash": "sha256-812NfR3LTa/qerDwb28dQ4MyCKammMJcOMFPQp/uU5Y=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6b9c27b4c9c1c329b27a44ed1fa8935df79f9a8b", "rev": "8b0a35fffcb756f4ae6695bcffb50c5d0d383c6f",
"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-01-28"; version = "2023-01-29";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "5812ae26f749f38fb6a315bd0c3544e6ed9905d4"; rev = "cda8b291ef6fc4e04036e2ea6cf0de8aa84c2656";
sha256 = "03rfg9qp1xdbi528kvvjs76lghls8jwsdadrdlggr9dc4xm0d9yd"; sha256 = "0dmb7kcw8s9bxmxnr85r1rblan5168k8j3n35lq14kgdgxyybb49";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}); });
@ -214,12 +214,12 @@ rec {
}; };
telescope-undo-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix { telescope-undo-nvim = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "telescope-undo.nvim"; pname = "telescope-undo.nvim";
version = "2022-12-28"; version = "2023-01-29";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "debugloop"; owner = "debugloop";
repo = "telescope-undo.nvim"; repo = "telescope-undo.nvim";
rev = "f2ca7c914134c7e6eb9275ee09863141caa77a3f"; rev = "b5e31b358095074b60d87690bd1dc0a020a2afab";
sha256 = "1nvyx8nfklbqpr2i7bjicskdg0kvz8cx7z7adk4ms65bcmb3whql"; sha256 = "1hpqd0dgb01in5dbqs2ps3wr12iqnf0pd0xdnaalvq7rmvsmvz7a";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -280,12 +280,12 @@ rec {
}; };
nvim-lint = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-lint = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-lint"; pname = "nvim-lint";
version = "2023-01-21"; version = "2023-01-29";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "mfussenegger"; owner = "mfussenegger";
repo = "nvim-lint"; repo = "nvim-lint";
rev = "57a52fce9b4a045f0b371a4ca5cbb535b9db0bdd"; rev = "379be679d3c5f80964bc19131554b846dce5d34e";
sha256 = "0bliv6vzgqk6nz0wk334gkbsdmkzxv38rjs0pf7jdk5azvgczslh"; sha256 = "019wc4kxdyzpdbjazsy9ji1r0ymgbwx620ghvqw4wdvccyklg5if";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -478,12 +478,12 @@ rec {
}; };
nvim-treesitter-textobjects = pkgs.vimUtils.buildVimPluginFrom2Nix { nvim-treesitter-textobjects = pkgs.vimUtils.buildVimPluginFrom2Nix {
pname = "nvim-treesitter-textobjects"; pname = "nvim-treesitter-textobjects";
version = "2023-01-25"; version = "2023-01-28";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter-textobjects"; repo = "nvim-treesitter-textobjects";
rev = "71cee2f7b1211fe35918ce5fd0f626c48d9c1e3d"; rev = "9011d333aa411ae71ca8762ca3a277ce6b9e6527";
sha256 = "1p0rrb4inzzmaxw8lsr1g0lpkfll8a6h7dwikrfid1zlmar0s8i7"; sha256 = "09pb0miwm2wzsn4d1jyayay3b3ig67y30mjnncz1jxx688blvc86";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };