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-02-29 20:09:43 +00:00
|
|
|
rev = "00b869c1a96f300a8f25da95d624524895e0ddf2";
|
|
|
|
hash = "sha256-5HUTG0p+nCJv3cn73AmFHRZdfRV5AD5N43g8xAePSKM=";
|
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
|
|
|
})
|