about summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2022-10-13 14:47:45 -0700
committerArtturin <Artturin@artturin.com>2022-10-14 17:37:00 +0300
commite206a56eb1ffa0f879e0a9600b1cb247ad28cf12 (patch)
treed6ada7f3e66df0f1a58ed38d57d7091618022d69 /pkgs/development/libraries/wayland
parent00e5a5590993b2e766667d86ee7d7eaba003a363 (diff)
wayland-protocols: 1.26 -> 1.27
Diffstat (limited to 'pkgs/development/libraries/wayland')
-rw-r--r--pkgs/development/libraries/wayland/protocols.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/wayland/protocols.nix b/pkgs/development/libraries/wayland/protocols.nix
index 5fca71ebf0c19..34b5d4ff3c6ec 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 ''