2023-03-24 00:07:29 +00:00
|
|
|
{ fetchFromGitLab
|
|
|
|
, wlroots
|
|
|
|
}:
|
2023-08-22 20:05:09 +00:00
|
|
|
wlroots.overrideAttrs
|
2023-03-24 00:07:29 +00:00
|
|
|
(old: {
|
2024-01-02 11:29:13 +00:00
|
|
|
version = "0.18.0-dev";
|
2023-03-24 00:07:29 +00:00
|
|
|
|
|
|
|
src = fetchFromGitLab {
|
|
|
|
domain = "gitlab.freedesktop.org";
|
|
|
|
owner = "wlroots";
|
|
|
|
repo = "wlroots";
|
2024-01-02 11:29:13 +00:00
|
|
|
rev = "5d639394f3e83b01596dcd166a44a9a1a2583350";
|
|
|
|
hash = "sha256-7kvyoA91etzVEl9mkA/EJfB6z/PltxX7Xc4gcr7/xlo=";
|
2023-03-24 00:07:29 +00:00
|
|
|
};
|
|
|
|
|
2024-01-02 11:29:13 +00:00
|
|
|
patches = [ ]; # don't inherit old.patches
|
2023-03-24 00:07:29 +00:00
|
|
|
|
2024-01-02 11:29:13 +00:00
|
|
|
pname = "${old.pname}-hyprland";
|
2023-08-22 20:05:09 +00:00
|
|
|
})
|