update
This commit is contained in:
parent
8f897ffb4a
commit
8bdd6351a1
3 changed files with 8 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730531603,
|
"lastModified": 1767767207,
|
||||||
"narHash": "sha256-Dqg6si5CqIzm87sp57j5nTaeBbWhHFaVyG7V6L8k3lY=",
|
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "7ffd9ae656aec493492b44d0ddfb28e79a1ea25d",
|
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xhcoding";
|
owner = "xhcoding";
|
||||||
repo = "qml-ts-mode";
|
repo = "qml-ts-mode";
|
||||||
rev = "22e5b4ee2036d01878e463b5e4cce80957c96619";
|
rev = "b80c6663521b4d0083e416e6712ebc02d37b7aec";
|
||||||
sha256 = "Mx3kwDx7sVwF9uQ5vOIXnfPkuOkuq3VN2KhkC/dod+4=";
|
sha256 = "WXK/CdFF9E2kG+uIios4HtKcEMhILS9MddJfVDeRLh0=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{ fetchFromGitHub, tree-sitter }: tree-sitter.buildGrammar {
|
{ fetchFromGitHub, tree-sitter }: tree-sitter.buildGrammar {
|
||||||
language = "tree-sitter-qmljs";
|
language = "qmljs";
|
||||||
version = "master";
|
version = "master";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yuja";
|
owner = "yuja";
|
||||||
repo = "tree-sitter-qmljs";
|
repo = "tree-sitter-qmljs";
|
||||||
rev = "6d4db242185721e1f5ef21fde613ca90c743ec47";
|
rev = "0bec4359a7eb2f6c9220cd57372d87d236f66d59";
|
||||||
sha256 = "S6rBQRecJvPgyWq1iydFZgDyXbm9CZBw8kxzNI0cqdw=";
|
sha256 = "tV4lipey+OAQwygRFp9lQAzgCNiZzSu7p3Mr6CCBH1g=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue