weston: 15.0.0 -> 15.0.1
Diff: https://gitlab.freedesktop.org/wayland/weston/-/compare/15.0.0...15.0.1
This commit is contained in:
@@ -56,22 +56,23 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "weston";
|
||||
version = "15.0.0";
|
||||
version = "15.0.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "wayland";
|
||||
repo = "weston";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-7FbQkXazsf6FkkNbE+Q6ilKACFa/CoOL2Q1oXHuaVX8=";
|
||||
hash = "sha256-c6h8GQt1S3t2+K+8A4ncxBtWLtaV61EABdYA55o9i4o=";
|
||||
};
|
||||
|
||||
# Backport for https://gitlab.freedesktop.org/wayland/weston/-/issues/1100
|
||||
patches = [
|
||||
# backend-vnc, gitlab-ci: Update to Neat VNC 1.0.0, aml 1.0.0
|
||||
# https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/2064
|
||||
(fetchpatch {
|
||||
name = "weston-upstream-assertion-fix.patch";
|
||||
url = "https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1993.patch";
|
||||
hash = "sha256-705GIM7drTzv0N5Hk5dO18LWBnhhi1VoX8sfITHRYc4=";
|
||||
url = "https://gitlab.freedesktop.org/wayland/weston/-/commit/8a1c91e771312d1e0d0cd92495ef717402784dae.patch";
|
||||
hash = "sha256-9eBONM7OfzHhCuT8Wnq534KS51q2VtUyOOLjYHohEds=";
|
||||
excludes = [ ".gitlab-ci.yml" ];
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user