wayland-protocols: 1.40 -> 1.41 (#382812)

authored by rewine and committed by GitHub b8ba0601 7a808915

+2 -2
+2 -2
pkgs/development/libraries/wayland/protocols.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "wayland-protocols"; 17 - version = "1.40"; 17 + version = "1.41"; 18 18 19 19 doCheck = 20 20 stdenv.hostPlatform == stdenv.buildPlatform ··· 25 25 26 26 src = fetchurl { 27 27 url = "https://gitlab.freedesktop.org/wayland/${finalAttrs.pname}/-/releases/${finalAttrs.version}/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.xz"; 28 - hash = "sha256-shcReTJHwsQnY5FDkt+p/LnjcoyktKoRCtuNkV/ABok="; 28 + hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s="; 29 29 }; 30 30 31 31 postPatch = lib.optionalString finalAttrs.doCheck ''