1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 17:50:28 +03:00

Revert freetype2 to commit hash (was not actually at a tag 👀)

This commit is contained in:
Benoit de Chezelles 2024-05-07 20:07:39 +02:00 committed by Wez Furlong
parent b08d2e0173
commit 23e7c14a98
2 changed files with 9 additions and 5 deletions

View File

@ -21,17 +21,17 @@
"freetype2": {
"flake": false,
"locked": {
"lastModified": 1675923892,
"narHash": "sha256-dOm8VKYdclTLLkqWMLv7DQI0Qyjit7S4SOCszKEkG3o=",
"lastModified": 1687587065,
"narHash": "sha256-+Fh+/k+NWL5Ow9sDLtp8Cv/8rLNA1oByQQCIQS/bysY=",
"owner": "wez",
"repo": "freetype2",
"rev": "de8b92dd7ec634e9e2b25ef534c54a3537555c11",
"rev": "e4586d960f339cf75e2e0b34aee30a0ed8353c0d",
"type": "github"
},
"original": {
"owner": "wez",
"ref": "VER-2-13-0",
"repo": "freetype2",
"rev": "e4586d960f339cf75e2e0b34aee30a0ed8353c0d",
"type": "github"
}
},

View File

@ -19,8 +19,12 @@
#
# ... In the meantime we kinda duplicate the dependencies here then replace the submodules with
# links to each repo in package sources.
#
# Try to use tags when possible to increase readability
# (note: `git submodule status` in wezterm repo will show the `git describe` result for each
# submodule, can help finding a tag if any)
freetype2 = {
url = "github:wez/freetype2/VER-2-13-0";
url = "github:wez/freetype2/e4586d960f339cf75e2e0b34aee30a0ed8353c0d";
flake = false;
};
harfbuzz = {