mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
ci: use latest wayland-protocol for all test cases
Fixes missing protocols on old nixpkgs versions
This commit is contained in:
parent
e4d33fa52f
commit
2115f31416
2 changed files with 8 additions and 3 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue