From 002cd91fbf2cbe49c976300c0da498b2587d1b34 Mon Sep 17 00:00:00 2001 From: Soliprem <73885403+Soliprem@users.noreply.github.com> Date: Wed, 26 Feb 2025 18:36:24 +0100 Subject: [PATCH] nix: wp-protocol version bump (#9494) --- nix/overlays.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/overlays.nix b/nix/overlays.nix index c5dd1bee2..22eb61f33 100644 --- a/nix/overlays.nix +++ b/nix/overlays.nix @@ -91,15 +91,15 @@ in { }); }; - # Temporary bump until https://nixpk.gs/pr-tracker.html?pr=367753 is merged. + # Temporary bump until https://nixpk.gs/pr-tracker.html?pr=382812 is merged. # Expect to build the universe. wayland-protocols-bump = final: prev: { wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: { - version = "1.40"; + version = "1.41"; src = prev.fetchurl { url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz"; - hash = "sha256-shcReTJHwsQnY5FDkt+p/LnjcoyktKoRCtuNkV/ABok="; + hash = "sha256-J4a2sbeZZeMT8sKJwSB1ue1wDUGESBDFGv2hDuMpV2s="; }; }); };