1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-29 02:01:35 +02:00
parent e60a1a3ff6
commit 2e30815ca8
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 31 additions and 31 deletions

View file

@ -35,11 +35,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1683433501, "lastModified": 1685309025,
"narHash": "sha256-9L+OZeU3bcNZ55mhMINBxnqskbaEU0mhiZIMhkEtNl0=", "narHash": "sha256-pZxMM3AMP/ojwhrFD0A2ML4NOgehlBLGHseInnO5evc=",
"owner": "zhaofengli", "owner": "zhaofengli",
"repo": "attic", "repo": "attic",
"rev": "5f85e35a25085b75e1cbb6cc7291726fa4fab2ed", "rev": "b1fb790b5f2afaaa1b2f7f18979b8318abe604bb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -276,11 +276,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1685153631, "lastModified": 1685253088,
"narHash": "sha256-OoFYG8264K3Xca3kpcsCaDFYDVIZOhy9KenF0v3ubw4=", "narHash": "sha256-BOe8TtmomLKiMXCUKudvtC8JEEul4L2/4oGlQBMKu6o=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "8e6971695383047ee5ba2921c91d98acb18c6d7a", "rev": "ddd92a70d2aab5247895e89abaaa79c62ba7dbb4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1685215112, "lastModified": 1685261887,
"narHash": "sha256-1Sx91gjkaEEz8yDTivb5je4v/6YuFrJGftmyKuchRtI=", "narHash": "sha256-kMFLiAbhqmcjiHB6Z31zp/fRodeOHzEzpK6hrqU6KuE=",
"owner": "nifoc", "owner": "nifoc",
"repo": "nix-overlay", "repo": "nix-overlay",
"rev": "93ac8b72bfda760d904fd6d36718a78570cd8b44", "rev": "5098b67d84875e782d9f1cf71724b79f259e5f08",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -349,16 +349,16 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1675327819, "lastModified": 1685004253,
"narHash": "sha256-Fd2BUNUsTO7wmoU1fbOC4HNkl370dYdkfKgWPretuj0=", "narHash": "sha256-AbVL1nN/TDicUQ5wXZ8xdLERxz/eJr7+o8lqkIOVuaE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "21efc622b939884db3c92f49d638ca89f12f22f8", "rev": "3e01645c40b92d29f3ae76344a6d654986a91a91",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-22.11", "ref": "nixos-23.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -107,23 +107,23 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-05-27"; version = "2023-05-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "a76db88548bb7fe008cd7e4f2d2ec2ccc080dede"; rev = "e23d5493cf14401ef02ec2e4e99b65f199869966";
sha256 = "0sipljsb1g2fikr8m91rn1jybdsgmz307icdh559p8xy3999c5ay"; sha256 = "1f5mz6bnwywfrjr9v8ywnljfnnqfdar1j78sbgxz13hj7vak6m29";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
nvim-ts-rainbow2 = buildVimPluginFrom2Nix { nvim-ts-rainbow2 = buildVimPluginFrom2Nix {
pname = "nvim-ts-rainbow2"; pname = "nvim-ts-rainbow2";
version = "2023-05-27"; version = "2023-05-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "HiPhish"; owner = "HiPhish";
repo = "nvim-ts-rainbow2"; repo = "nvim-ts-rainbow2";
rev = "5a094ada60b5f99f4f6ccf6ad4c712a392aea44c"; rev = "5becf2cec4b8e06b6df745cf515ac35c6c2e6308";
sha256 = "1ynlzyl6d6ryfvy91dx15qgvx2h93apsbynms96wwvkka5lknb1s"; sha256 = "1643fm1k20fx155xfrpkmssbqqq1gpsbvj9nzdlj6h70vp9pbh87";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -308,23 +308,23 @@ in
}; };
friendly-snippets = buildVimPluginFrom2Nix { friendly-snippets = buildVimPluginFrom2Nix {
pname = "friendly-snippets"; pname = "friendly-snippets";
version = "2023-05-23"; version = "2023-05-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rafamadriz"; owner = "rafamadriz";
repo = "friendly-snippets"; repo = "friendly-snippets";
rev = "ef6547d2f586e08e071efeebac835e545f3015cc"; rev = "8875cccf779160303bf2bed7d422717676f214fd";
sha256 = "0xjcnx787kc1xc259czwn6masym2v2r4ixjb772cb3lb5bn9v73q"; sha256 = "0cwcy6ikj0m56wbvq66yzzl50wmvfifrzmh0mggy5x7cwwlgfix9";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
nvim-cmp = buildVimPluginFrom2Nix { nvim-cmp = buildVimPluginFrom2Nix {
pname = "nvim-cmp"; pname = "nvim-cmp";
version = "2023-05-27"; version = "2023-05-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hrsh7th"; owner = "hrsh7th";
repo = "nvim-cmp"; repo = "nvim-cmp";
rev = "1088b3743b83ffd8973ad65e6b5fed010da0ffd2"; rev = "b43bfaf3229d6b39d8baaa567b13c6be0623bf12";
sha256 = "1jm74hqc2rw9p5fmgi1zfcmink42s6kqfcl812mi4wpbmq0yfb6n"; sha256 = "1sdi85wsqdr006c14j5zv3i36s0gviab4lchgl2vplyhrs64vjln";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -473,12 +473,12 @@ in
}; };
nvim-surround = buildVimPluginFrom2Nix { nvim-surround = buildVimPluginFrom2Nix {
pname = "nvim-surround"; pname = "nvim-surround";
version = "2023-05-22"; version = "2023-05-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kylechui"; owner = "kylechui";
repo = "nvim-surround"; repo = "nvim-surround";
rev = "26b5067c3b56815eafbf41b7b830f1ab52819a45"; rev = "ff9c981202f4bd45dd3c8e6c6aad965d437a7cb8";
sha256 = "17r7klq852wq3kwhjlpc6a5k6d6h4bm8rf9ivjxgc7b4whiris5n"; sha256 = "1a950a6kvl7kcbxyxx80ixq9z27ds26zynwssmgjm62qn5xz4hh4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -572,12 +572,12 @@ in
}; };
noice-nvim = buildVimPluginFrom2Nix { noice-nvim = buildVimPluginFrom2Nix {
pname = "noice.nvim"; pname = "noice.nvim";
version = "2023-05-27"; version = "2023-05-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "folke"; owner = "folke";
repo = "noice.nvim"; repo = "noice.nvim";
rev = "06db69ad185b7a67d9a711e910b5b89c1844e443"; rev = "7e358170cea2314d9768b3f63616e8fad186195e";
sha256 = "0wabw5dsjnrgyvz2ygs3447jljwwgszllvjsmq5qda2f9v5a7hfy"; sha256 = "0xfai58pfyki4pr8jn3y5wpa1mas69bdcl9bbrfvrb1ckw0njv0l";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };