Update deps
This commit is contained in:
parent
c15a85c97b
commit
f2465fdeab
2 changed files with 15 additions and 15 deletions
18
flake.lock
18
flake.lock
|
@ -166,11 +166,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682712853,
|
"lastModified": 1682759296,
|
||||||
"narHash": "sha256-XWgurvKeJsCLOVZZyR2HlPt56mIjbSgoh/Mi6s5RQS4=",
|
"narHash": "sha256-FgBfP1e+TnED0lT3L9G6KJ6j07xQElFMRdLIsmKQ0Ss=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "c4f3a3707104999d5b6fe4c4e5c3833980a92513",
|
"rev": "27d89b49e3cd3c83b9609a6ff9173a9b8d2d9ad4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -233,11 +233,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682670105,
|
"lastModified": 1682756395,
|
||||||
"narHash": "sha256-2dZBj8od/U0DbykXZ5g+fCxT37Hx9XYYD5frpPXDJrA=",
|
"narHash": "sha256-gcarvbsZ93M68nNVOBJPlfkyOehGwTOjtiKZfnqsXAw=",
|
||||||
"owner": "nifoc",
|
"owner": "nifoc",
|
||||||
"repo": "nix-overlay",
|
"repo": "nix-overlay",
|
||||||
"rev": "f0a5c224f8773f69c19f9d1ca70dbf398002c705",
|
"rev": "0ca0d05666da94368377d54190b5f920fe1543c6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -248,11 +248,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1682656005,
|
"lastModified": 1682716666,
|
||||||
"narHash": "sha256-fYplYo7so1O+rSQ2/aS+SbTPwLTeoUXk4ekKNtSl4P8=",
|
"narHash": "sha256-RGKVQ6pt12VWzJ0vPTLTdsmsyTfsfL4WYgLztE2ZACg=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "6806b63e824f84b0f0e60b6d660d4ae753de0477",
|
"rev": "358a179550508bf2dafdf1657a94b7f65d91c4bf",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -107,12 +107,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPluginFrom2Nix {
|
nvim-treesitter = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2023-04-28";
|
version = "2023-04-29";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "b8a0791eb435efc790755883cad166a91a4fe864";
|
rev = "1ca9b938c1c3d8b2c64a168f6a5419b8f3870410";
|
||||||
sha256 = "0ld5fq4d3rrnj445hyknp3cnnkh549z88ym0mlhs5cg7lw2cbcmk";
|
sha256 = "0qidv2bsr27vnh4fk1kvkx84hs292lxdxhav57ga827333ffmc1n";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -429,12 +429,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-autopairs = buildVimPluginFrom2Nix {
|
nvim-autopairs = buildVimPluginFrom2Nix {
|
||||||
pname = "nvim-autopairs";
|
pname = "nvim-autopairs";
|
||||||
version = "2023-04-20";
|
version = "2023-04-29";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "windwp";
|
owner = "windwp";
|
||||||
repo = "nvim-autopairs";
|
repo = "nvim-autopairs";
|
||||||
rev = "7566a86f44bb72ba2b1a609f528a27d93241502d";
|
rev = "4b478a73b18967d9f9e756a71100d0e63a08690a";
|
||||||
sha256 = "0hxaqhvqd4446zvwbfs2l6akqbki2sag2vlxqfxbn1a9pdin1329";
|
sha256 = "09s9l53h1jkndnflysfmfmjna0wk7zhv1c8x1gvsvggl2hynx2q6";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue