nix: wp-protocol version bump (#9494)

This commit is contained in:
Soliprem 2025-02-26 18:36:24 +01:00 committed by GitHub
parent 01f4074421
commit 002cd91fbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. # Expect to build the universe.
wayland-protocols-bump = final: prev: { wayland-protocols-bump = final: prev: {
wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: { wayland-protocols = prev.wayland-protocols.overrideAttrs (self: super: {
version = "1.40"; version = "1.41";
src = prev.fetchurl { src = prev.fetchurl {
url = "https://gitlab.freedesktop.org/wayland/${super.pname}/-/releases/${self.version}/downloads/${super.pname}-${self.version}.tar.xz"; 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=";
}; };
}); });
}; };