1
0
Fork 0

Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 8m46s
Build / build-amd64-linux (push) Successful in 29m32s

This commit is contained in:
Daniel Kempkens 2023-10-04 13:16:08 +02:00
parent fc68ebfa00
commit 5b54c98a0f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 11 additions and 11 deletions

View file

@ -282,11 +282,11 @@
]
},
"locked": {
"lastModified": 1696405163,
"narHash": "sha256-nesxb7RgUTPLEFrogrKjWwEcrypk0RulHPNwXQD3NVc=",
"lastModified": 1696409884,
"narHash": "sha256-hz3i4wFJHoTIAEI19oF1fiPn6TpV+VuTSOrSHUoJMgs=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "2874c6fce6de69eaedaa690b5fd6d3c70a2827af",
"rev": "8aef005d44ee726911e9f793495bb40f2fbf5a05",
"type": "github"
},
"original": {
@ -417,11 +417,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1696261572,
"narHash": "sha256-s8TtSYJ1LBpuITXjbPLUPyxzAKw35LhETcajJjCS5f0=",
"lastModified": 1696325386,
"narHash": "sha256-ogs73SJAIePd7bljq1i1vKEOPn23Xe8aumMJKZjV45c=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "0c7ffbc66e6d78c50c38e717ec91a2a14e0622fb",
"rev": "e2b8feae8470705c3f331901ae057da3095cea10",
"type": "github"
},
"original": {

View file

@ -122,8 +122,8 @@ in
src = fetchFromGitHub {
owner = "nvim-treesitter";
repo = "nvim-treesitter";
rev = "06fa0a023459b43f86438a751275645b7f3163f3";
sha256 = "0kmwnpiblzw56ap91s5yipx9m85vzs680bz78qd8m58hl233ghwx";
rev = "eb96ca52a7e72ec6d45b163e90bcb5e0774d44ad";
sha256 = "184bjkcfbhqd1ax1rwwz443wcwxhi3c3infb5x2imbj9cfvy7fdm";
fetchSubmodules = false;
};
};
@ -242,12 +242,12 @@ in
};
nvim-lspconfig = buildVimPlugin {
pname = "nvim-lspconfig";
version = "2023-10-03";
version = "2023-10-04";
src = fetchFromGitHub {
owner = "neovim";
repo = "nvim-lspconfig";
rev = "361a2878a41f23452457eec12a807ff59bc75882";
sha256 = "0pss0c3kshpil8dam9ajrmcazyhq71g1nvhb5ww79aawi7k9bvps";
rev = "71b39616b14c152da34fcc787fa27f09bf280e72";
sha256 = "14fa5pibp59ld7cq1m4n3a973h7ji4h0cm492y9bfd7xxsy85crs";
fetchSubmodules = false;
};
};