Update deps
This commit is contained in:
parent
fe4b048743
commit
68f7ccf9d9
2 changed files with 10 additions and 10 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -253,11 +253,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684484967,
|
"lastModified": 1684596126,
|
||||||
"narHash": "sha256-P3ftCqeJmDYS9LSr2gGC4XGGcp5vv8TOasJX6fVHWsw=",
|
"narHash": "sha256-4RZZmygeEXpuBqEXGs38ZAcWjWKGwu13Iqbxub6wuJk=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "b9a52ad20e58ebd003444915e35e3dd2c18fc715",
|
"rev": "27ef11f0218d9018ebb2948d40133df2b1de622d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -315,11 +315,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1684525479,
|
"lastModified": 1684585791,
|
||||||
"narHash": "sha256-Cq4jQE5OpB13nuEV3Ahm0UlpzeJBkb3PUz5pox4ih2E=",
|
"narHash": "sha256-lYPboblKrchmbkGMoAcAivomiOscZCjtGxxTSCY51SM=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4a22f6f0a4b4354778f786425babce9a56f6b5d8",
|
"rev": "eea79d584eff53bf7a76aeb63f8845da6d386129",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -111,8 +111,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "3d5fe8caf85ff1e18963b0c6ded1cf6d3a648ffa";
|
rev = "8e59b4919d1a61bd4eb29c397bd19bab83883cbb";
|
||||||
sha256 = "06bwy26g7hdp7gx4sz6zhidsx9dj8149v07fi18kjvlr1p2965kv";
|
sha256 = "18qpyk03987pmak2fw2gvqa0gmlk4jlx1nixpzzmm4wd5r4yfvwk";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -312,8 +312,8 @@ in
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rafamadriz";
|
owner = "rafamadriz";
|
||||||
repo = "friendly-snippets";
|
repo = "friendly-snippets";
|
||||||
rev = "f674dae71b9daf5ba4a4daf0734f7780417237b1";
|
rev = "28ee6669ab36cab6ff7d3d7f17ecb045e0138e7f";
|
||||||
sha256 = "1sydyxq102ghsh25iv4i35ar9c9dn2c6wrm626hnz27zqrdhs68z";
|
sha256 = "11p3b7wmgdlqsc0kp6m5jmmifp4vd4iwvvkwzj2k8v8w2q7mzpic";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue