ci: use latest wayland-protocol for all test cases

Fixes missing protocols on old nixpkgs versions
This commit is contained in:
outfoxxed 2025-09-16 00:15:13 -07:00
parent e4d33fa52f
commit 2115f31416
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 8 additions and 3 deletions

View file

@ -7,10 +7,12 @@ let
url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz";
inherit sha256;
}) {};
in {
in rec {
# For old qt versions, grab the commit before the version bump that has all the patches
# instead of the bumped version.
latest = qt6_9_0;
qt6_9_0 = byCommit {
commit = "546c545bd0594809a28ab7e869b5f80dd7243ef6";
sha256 = "0562lbi67a9brfwzpqs4n3l0i8zvgla368aakcy5mghr7ps80567";