Skip to content

Commit 9b409c0

Browse files
committed
ci: use qt6.7.2 from cached nixpkgs commit
No point in building qtdeclarative every ci run.
1 parent cb42697 commit 9b409c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/nix-checkouts.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ in {
2222
};
2323

2424
qt6_7_2 = byCommit {
25-
commit = "22165c231d432826094b15062c207f236c5fa9e2";
26-
sha256 = "0ndb6g21xk1wd7ivic5444mf3fnxqjb94b14y9r05431d8zamcf2";
25+
commit = "841f166ff96fc2f3ecd1c0cc08072633033d41bf";
26+
sha256 = "0d7p0cp7zjiadhpa6sdafxvrpw4lnmb1h673w17q615vm1yaasvy";
2727
};
2828

2929
qt6_7_1 = byCommit {

0 commit comments

Comments
 (0)