wayland: 1.18.0 -> 1.19.0 (#107324)
Announcements: - Alpha: https://lists.freedesktop.org/archives/wayland-devel/2020-December/041668.html - Beta: https://lists.freedesktop.org/archives/wayland-devel/2021-January/041683.html - RC1: https://lists.freedesktop.org/archives/wayland-devel/2021-January/041691.html - Final: https://lists.freedesktop.org/archives/wayland-devel/2021-January/041692.html
This commit is contained in:
parent
c68f3824d1
commit
106ca78aff
@ -28,19 +28,14 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wayland";
|
pname = "wayland";
|
||||||
version = "1.18.0";
|
version = "1.19.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
|
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0k995rn96xkplrapz5k648j651wc43kq817xk1x8280h16gsfxa6";
|
sha256 = "05bd2vphyx8qwa1mhsj1zdaiv4m4v94wrlssrn0lad8d601dkk5s";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Fix documentation to be reproducible.
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://gitlab.freedesktop.org/wayland/wayland/-/commit/e53e0edf0f892670f3e8c5dd527b3bb22335d32d.patch";
|
|
||||||
sha256 = "15sbhi86m9k72lsj56p7zr20ph2b0y4svl639snsbafn2ir1zdb2";
|
|
||||||
})
|
|
||||||
(substituteAll {
|
(substituteAll {
|
||||||
src = ./0001-add-placeholder-for-nm.patch;
|
src = ./0001-add-placeholder-for-nm.patch;
|
||||||
nm = "${stdenv.cc.targetPrefix}nm";
|
nm = "${stdenv.cc.targetPrefix}nm";
|
||||||
|
Loading…
Reference in New Issue
Block a user