1
0
Fork 0

Update deps
Some checks failed
Build / build-arm64-linux (push) Successful in 20m31s
Build / build-amd64-linux (push) Failing after 2h1m59s

This commit is contained in:
Daniel Kempkens 2023-11-18 15:49:46 +01:00
parent 09c89fa8a9
commit d3306ddaa6
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 5 additions and 5 deletions

View file

@ -347,11 +347,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1699997707, "lastModified": 1700315735,
"narHash": "sha256-ugb+1TGoOqqiy3axyEZpfF6T4DQUGjfWZ3Htry1EfvI=", "narHash": "sha256-zlSLW6dX5XwBEwN87CIVtMr8zDSKvTRFmWmIQ9FfWgo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "5689f3ebf899f644a1aabe8774d4f37eb2f6c2f9", "rev": "1721da31f9b30cbf4460c4ec5068b3b6174a4694",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -110,8 +110,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "2b12560bc3d7331156c81b02ef7609fce85c1ef8"; rev = "0df364926d39f59471ebc5ca83054d74e457350e";
sha256 = "0jlnqsq3qvfxa29j37q70rdm7lz48gk2yyp458jy8ivlb8wxc275"; sha256 = "10r630s51j1b0r2vy6v33vj2mpv4g6v88gj23igk0b6znqmn5k38";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };