mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-05-19 08:30:22 -07:00
nix: wp-protocol version bump (#9494)
This commit is contained in:
parent
01f4074421
commit
002cd91fbf
@ -91,15 +91,15 @@ in {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
# Temporary bump until https://nixpk.gs/pr-tracker.html?pr=367753 is merged.
|
# Temporary bump until https://nixpk.gs/pr-tracker.html?pr=382812 is merged.
|
||||||
# Expect to build the universe.
|
# Expect to build the universe.
|
||||||
wayland-protocols-bump = final: prev: {
|
wayland-protocols-bump = final: prev: {
|
||||||
wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: {
|
wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: {
|
||||||
version = "1.40";
|
version = "1.41";
|
||||||
|
|
||||||
src = prev.fetchurl {
|
src = prev.fetchurl {
|
||||||
url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz";
|
url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz";
|
||||||
hash = "sha256-shcReTJHwsQnY5FDkt+p/LnjcoyktKoRCtuNkV/ABok=";
|
hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user