From e206a56eb1ffa0f879e0a9600b1cb247ad28cf12 Mon Sep 17 00:00:00 2001 From: Cole Mickens Date: Thu, 13 Oct 2022 14:47:45 -0700 Subject: [PATCH] wayland-protocols: 1.26 -> 1.27 --- pkgs/development/libraries/wayland/protocols.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix index 5fca71ebf0c1..34b5d4ff3c6e 100644 --- a/pkgs/development/libraries/wayland/protocols.nix +++ b/pkgs/development/libraries/wayland/protocols.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation rec { pname = "wayland-protocols"; - version = "1.26"; + version = "1.27"; doCheck = stdenv.hostPlatform == stdenv.buildPlatform; src = fetchurl { - url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz"; - sha256 = "04vgllmpmrv14x3x64ns01vgwx4hriljayjkz9idgbv83i63hly5"; + url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz"; + hash = "sha256-kEbxCkJdTioAlloDrPtrP7V1pWUDrHLCuGghxpZTN1w="; }; postPatch = lib.optionalString doCheck ''