From 9b409c0e38f4854c126d37be0fe0be8c782fc222 Mon Sep 17 00:00:00 2001 From: outfoxxed <outfoxxed@outfoxxed.me> Date: Sat, 23 Nov 2024 05:39:27 -0800 Subject: [PATCH] ci: use qt6.7.2 from cached nixpkgs commit No point in building qtdeclarative every ci run. --- ci/nix-checkouts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/nix-checkouts.nix b/ci/nix-checkouts.nix index f24a7627..3c99ab11 100644 --- a/ci/nix-checkouts.nix +++ b/ci/nix-checkouts.nix @@ -22,8 +22,8 @@ in { }; qt6_7_2 = byCommit { - commit = "22165c231d432826094b15062c207f236c5fa9e2"; - sha256 = "0ndb6g21xk1wd7ivic5444mf3fnxqjb94b14y9r05431d8zamcf2"; + commit = "841f166ff96fc2f3ecd1c0cc08072633033d41bf"; + sha256 = "0d7p0cp7zjiadhpa6sdafxvrpw4lnmb1h673w17q615vm1yaasvy"; }; qt6_7_1 = byCommit {