1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-09-26 12:00:20 +02:00
parent 3ab37220d2
commit d9b0d3c6fd
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 19 additions and 19 deletions

View file

@ -300,11 +300,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695550077, "lastModified": 1695708052,
"narHash": "sha256-xoxR/iY69/3lTnnZDP6gf3J46DUKPcf+Y1jH03tfZXE=", "narHash": "sha256-QiWOrZcCmY+zH2NVM6/opZaMRMgam9u+qVYycKLqL10=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "a88df2fb101778bfd98a17556b3a2618c6c66091", "rev": "dd88dbc69438384bd94f8282584a86798750028c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -323,11 +323,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1695634445, "lastModified": 1695714224,
"narHash": "sha256-mjIuZO5TEGNci6IBslU8XLXVGP2DnZMHW/Tzp/kLoJQ=", "narHash": "sha256-li/wYMQDTIQDESBlIAHWuZRCe9H1/6iKjkz4LEUbwbo=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "ccd1a84a9655279230be15630d4e5978c806c4e1", "rev": "4db77017fb7ab9321817674a5f5533df4cd03f3f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,11 +346,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695642002, "lastModified": 1695722306,
"narHash": "sha256-fu9RsGYxDihGNZtOu8cfW881o3ACZUBoNL5moZkSbdc=", "narHash": "sha256-aQex3+9wFssQrBuXM/Cw8w12ICzsC5I1tZIOfzYD3V0=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "7a40d7a111a6385b4a8de896b833ed5e21984d33", "rev": "949f5945beed2e2d82c86d7a9743462fedb5bcf4",
"revCount": 501, "revCount": 502,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -366,11 +366,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695424346, "lastModified": 1695686713,
"narHash": "sha256-jkjKhxaBpS7p//l90uz9lNdVK5imVe9eo+XH6zbfrJU=", "narHash": "sha256-rJATx5B/nwlBpt7CJUf85LV27qWPbul5UVV8fu6ABPg=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "c286b23c7fd7f0622bc4af898c91f58b8d304ff1", "rev": "e236a1e598a9a59265897948ac9874c364b9555f",
"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-25"; version = "2023-09-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "f3fb301b267e85e4cbc725561da4a82b1c3089c8"; rev = "b5873bacb4ce44e0aac313abb28bb72e67fc9a53";
sha256 = "123jnxk2zsiyzdiknz9pd6z310n07rplwf68q8zpk6xgcky855r2"; sha256 = "12nsbx5az2gsrxj8sknpb7i106jjvck93x9mhwps32n6yg1sv8vy";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -242,12 +242,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-09-23"; version = "2023-09-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "ede4114e1fd41acb121c70a27e1b026ac68c42d6"; rev = "bfdf2e91e7297a54bcc09d3e092a12bff69a1cf4";
sha256 = "0cgl3aw0caydzz796wg1ims1qcypnag792riaq92w5by5p15ni1m"; sha256 = "1y5j5578gdhgggh3xrlg3zvgi4jif41nl6x8w7y4zkkvjrkggqgn";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };