1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-15 23:49:52 +02:00
parent 666cd56c64
commit 5993b11f7f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

@ -289,11 +289,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1684120848, "lastModified": 1684151413,
"narHash": "sha256-gIwJ5ac1FwZEkCRwjY+gLwgD4G1Bw3Xtr2jr2XihMPo=", "narHash": "sha256-Kqi8ki6PTo5aefiTu5tq7kkh3Hw5Z3WFH7utLQ+IoI8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "0cb867999eec4085e1c9ca61c09b72261fa63bb4", "rev": "363465f8f9d3b335f9ddb86a895023974d678a9d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -111,8 +111,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "217467c26223e0287f44f0eb04226da50fa0c114"; rev = "95850f7964e5be713ab984384641cc15973626c6";
sha256 = "0nblnhavyl49p4gqgxbrhrpiaxywpvnk57w0k2hmyqzcsg96gf9g"; sha256 = "12zxgjazb6f9rdqic4cd6dw9zzqywx0p99270px9m3nnf628dzb8";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };