wayland-protocols: 1.41 -> 1.42

This commit is contained in:
K900 2025-03-24 14:18:44 +03:00
parent 824b47e774
commit 5635c9bfce

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayland-protocols";
version = "1.41";
version = "1.42";
doCheck =
stdenv.hostPlatform == stdenv.buildPlatform
@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/${finalAttrs.pname}/-/releases/${finalAttrs.version}/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s=";
hash = "sha256-I7qA1BDRIAqG/ilZLBl2bq6PHDULZyiZmenn6hLZ96o=";
};
postPatch = lib.optionalString finalAttrs.finalPackage.doCheck ''