Merge pull request #317426 from alyssais/weston-13.0.2

weston: 13.0.1 -> 13.0.2
This commit is contained in:
rewine 2024-06-06 12:00:50 +08:00 committed by GitHub
commit 818dbe2f96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
pname = "weston";
version = "13.0.1";
version = "13.0.2";
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
hash = "sha256-6hVmq09f/Ofp/U96H8pbMMquTVACO/RZITmUCU4Cspo=";
hash = "sha256-T+EUAfVe3Dp7Z1/RwJ8VmGAWL6p9PJegpNaCOzHu0Qw=";
};
postPatch = ''