1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-19 17:16:14 +02:00
parent 35c51bccac
commit ce68ca18ed
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 6 additions and 6 deletions

View file

@ -315,11 +315,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1684432087,
"narHash": "sha256-3zFTOY/3+kN9x9Zdq6ixLmgV4ZcEd1aafq41v/OVUek=",
"lastModified": 1684464849,
"narHash": "sha256-f8th/GWE9M2hePTMZc0YyFboigt9AG/ioEcyHcdFK2I=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "7721e0d2c1845c24eafd5a016b9d349187c48097",
"rev": "b969a89c3e84a121c9b3af2e4ef277cd822b988a",
"type": "github"
},
"original": {

View file

@ -297,12 +297,12 @@ in
};
LuaSnip = buildVimPluginFrom2Nix {
pname = "LuaSnip";
version = "2023-05-06";
version = "2023-05-19";
src = fetchFromGitHub {
owner = "L3MON4D3";
repo = "LuaSnip";
rev = "b4bc24c4925aeb05fd47d2ee9b24b7f73f5d7e32";
sha256 = "1fbjv2zdxn962hf3vxfl4s45yvqdr8israz5chw4w37jf8achqx4";
rev = "ec7fba1d119fb5090a901eb616145450ffb95e31";
sha256 = "19fx1jxmyny7jym254ar029479v340p1h08s4rjikmhqbc2xs8a0";
fetchSubmodules = false;
};
};