Merge pull request #232470 from alyssais/weston-11.0.2

weston: 11.0.1 -> 11.0.2
This commit is contained in:
Nick Cao 2023-05-18 01:05:44 -06:00 committed by GitHub
commit c84fbf1f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "weston"; pname = "weston";
version = "11.0.1"; version = "11.0.2";
src = fetchurl { src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/weston/uploads/f5648c818fba5432edc3ea63c4db4813/weston-${version}.tar.xz"; url = "https://gitlab.freedesktop.org/wayland/weston/-/releases/${version}/downloads/weston-${version}.tar.xz";
sha256 = "sha256-pBP2jCUpV/wxkcNlCCPsNWrowSTMwMtEDaXNxOLLnlc="; hash = "sha256-ckB1LO8LfeYiuvi9U0jmP8axnwLvgklhsq3Rd9llKVI=";
}; };
depsBuildBuild = [ pkg-config ]; depsBuildBuild = [ pkg-config ];