flake.lock: update

nix/overlays: remove merged wayland-protocols overlay

Fixes #6061
This commit is contained in:
Mihai Fufezan
2024-05-17 00:03:23 +03:00
parent abbe71d26d
commit 7173f0c9e7
2 changed files with 15 additions and 26 deletions

View File

@@ -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=";
};
});
};
}