Skip to content

Commit d759a91

Browse files
committed
ci: add 6.8.1
1 parent af86d5f commit d759a91

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Nix
77
strategy:
88
matrix:
9-
qtver: [qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
9+
qtver: [qt6.8.1, qt6.8.0, qt6.7.3, qt6.7.2, qt6.7.1, qt6.7.0, qt6.6.3, qt6.6.2, qt6.6.1, qt6.6.0]
1010
compiler: [clang, gcc]
1111
runs-on: ubuntu-latest
1212
steps:

ci/nix-checkouts.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,14 @@ in {
1111
# For old qt versions, grab the commit before the version bump that has all the patches
1212
# instead of the bumped version.
1313

14+
qt6_8_1 = byCommit {
15+
commit = "3df3c47c19dc90fec35359e89ffb52b34d2b0e94";
16+
sha256 = "1lhlm7czhwwys5ak6ngb5li6bxddilb9479k9nkss502kw8hwjyz";
17+
};
18+
1419
qt6_8_0 = byCommit {
15-
commit = "23e89b7da85c3640bbc2173fe04f4bd114342367";
16-
sha256 = "1b2v6y3bja4br5ribh9lj6xzz2k81dggz708b2mib83rwb509wyb";
20+
commit = "382ef6cd88a75ef84d1a793fce4d5772d1517b72";
21+
sha256 = "00lk47z7v6lv1qipl9bbx7dcj92qfaidj13ca4k1bz75fli7518v";
1722
};
1823

1924
qt6_7_3 = byCommit {

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)