From 23e7c14a98955c652215f96fcbe6f99f3456ef1c Mon Sep 17 00:00:00 2001 From: Benoit de Chezelles Date: Tue, 7 May 2024 20:07:39 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20freetype2=20to=20commit=20hash=20(was?= =?UTF-8?q?=20not=20actually=20at=20a=20tag=20=F0=9F=91=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/flake.lock | 8 ++++---- nix/flake.nix | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/nix/flake.lock b/nix/flake.lock index 612567f3f..809991bae 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -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" } }, diff --git a/nix/flake.nix b/nix/flake.nix index f20ec8925..05f36260a 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -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 = {