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:
Nick Cao
2026-06-12 14:44:30 -04:00
parent e7362d22b9
commit 09d3dec8cb
+7 -6
View File
@@ -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" ];
})
];