1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-07-26 08:08:41 +02:00
parent 7765698eb8
commit c11b47c5eb
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 8 deletions

View file

@ -434,11 +434,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1690247892, "lastModified": 1690329015,
"narHash": "sha256-WMGc1yq1cqRd+kzjWgbvHxckJIe8VQfiZ5RfR8tgABw=", "narHash": "sha256-cyRYHECh8JQL0HPW2LBEPtfmJ6oHZ6SrKgFvUXoUCAw=",
"owner": "lnl7", "owner": "lnl7",
"repo": "nix-darwin", "repo": "nix-darwin",
"rev": "efd35d99ce412335c478dff9da9a4256bbd39757", "rev": "1c1dd8b0703feda8e7f1e7753088ae8307df5993",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -465,11 +465,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1690235791, "lastModified": 1690266062,
"narHash": "sha256-QkPVQ859F0wXyd74A7UPYbmi4B5xYN4Ns7AQ0pvM0Wo=", "narHash": "sha256-ExihC8Pxu4iRZAKhiL6rxWrRCAmW9KXju1xCV50gzeU=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dfcffbd74fd6f0419370d8240e445252a39f4d10", "rev": "d0991cc3e51b8dbd3a7a3d8b22d43b125cdba588",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -122,8 +122,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "4920a4e732d16dd1270d2bb8744f6d8371e3788d"; rev = "736a672afe852dbad4199002c89b7461b285c47f";
sha256 = "1ai6gyjzrsmvrqhhbf8i9h5sk14c1hr08cjr36kip744a2cyg5c5"; sha256 = "1kpay3aidk8d7g8974lsm0d3i2f1kmsn63ymxgvi6z74b2q5brqi";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };