lol

wayland-protocols: 1.41 -> 1.42 (#392683)

authored by

K900 and committed by
GitHub
ff58e3da 493e77d5

+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.41"; 17 + version = "1.42"; 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-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s="; 28 + hash = "sha256-I7qA1BDRIAqG/ilZLBl2bq6PHDULZyiZmenn6hLZ96o="; 29 29 }; 30 30 31 31 postPatch = lib.optionalString finalAttrs.finalPackage.doCheck ''