mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-01 04:31:57 -07:00
flake.lock: update
nix/overlays: remove merged wayland-protocols overlay Fixes #6061
This commit is contained in:
@@ -24,7 +24,6 @@ in {
|
||||
inputs.hyprcursor.overlays.default
|
||||
inputs.hyprlang.overlays.default
|
||||
inputs.hyprwayland-scanner.overlays.default
|
||||
self.overlays.wayland-protocols
|
||||
self.overlays.xwayland
|
||||
|
||||
# Hyprland packages themselves
|
||||
@@ -73,14 +72,4 @@ in {
|
||||
'';
|
||||
});
|
||||
};
|
||||
|
||||
wayland-protocols = final: prev: {
|
||||
wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: {
|
||||
version = "1.35";
|
||||
src = prev.fetchurl {
|
||||
url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz";
|
||||
hash = "sha256-N6JxaigTPcgZNBxWiinSHoy3ITDlwSah/PyfQsI9las=";
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user