wayland-protocols: 1.39 -> 1.40 (#367753)

This commit is contained in:
R. RyanTM
2025-02-08 18:31:44 +01:00
committed by GitHub
parent ce9ea4aaf3
commit 35bb379adf
@@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayland-protocols";
version = "1.39";
version = "1.40";
doCheck =
stdenv.hostPlatform == stdenv.buildPlatform
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/${finalAttrs.pname}/-/releases/${finalAttrs.version}/downloads/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
hash = "sha256-4dzcu/COLgqKAu5dmgvjpqr8OaS1H6fg0vGhZBHLcvo=";
hash = "sha256-shcReTJHwsQnY5FDkt+p/LnjcoyktKoRCtuNkV/ABok=";
};
postPatch = lib.optionalString finalAttrs.doCheck ''