Update deps
This commit is contained in:
parent
35c51bccac
commit
ce68ca18ed
2 changed files with 6 additions and 6 deletions
|
@ -315,11 +315,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684432087,
|
"lastModified": 1684464849,
|
||||||
"narHash": "sha256-3zFTOY/3+kN9x9Zdq6ixLmgV4ZcEd1aafq41v/OVUek=",
|
"narHash": "sha256-f8th/GWE9M2hePTMZc0YyFboigt9AG/ioEcyHcdFK2I=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7721e0d2c1845c24eafd5a016b9d349187c48097",
|
"rev": "b969a89c3e84a121c9b3af2e4ef277cd822b988a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -297,12 +297,12 @@ in
|
||||||
};
|
};
|
||||||
LuaSnip = buildVimPluginFrom2Nix {
|
LuaSnip = buildVimPluginFrom2Nix {
|
||||||
pname = "LuaSnip";
|
pname = "LuaSnip";
|
||||||
version = "2023-05-06";
|
version = "2023-05-19";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "L3MON4D3";
|
owner = "L3MON4D3";
|
||||||
repo = "LuaSnip";
|
repo = "LuaSnip";
|
||||||
rev = "b4bc24c4925aeb05fd47d2ee9b24b7f73f5d7e32";
|
rev = "ec7fba1d119fb5090a901eb616145450ffb95e31";
|
||||||
sha256 = "1fbjv2zdxn962hf3vxfl4s45yvqdr8israz5chw4w37jf8achqx4";
|
sha256 = "19fx1jxmyny7jym254ar029479v340p1h08s4rjikmhqbc2xs8a0";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue