Skip to content

Commit

Permalink
Merge pull request #243095 from primeos/wayland-protocols
Browse files Browse the repository at this point in the history
wayland-protocols: 1.31 -> 1.32
  • Loading branch information
drupol authored Jul 14, 2023
2 parents e50f883 + 7247d3f commit c4a0fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wayland/protocols.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

stdenv.mkDerivation rec {
pname = "wayland-protocols";
version = "1.31";
version = "1.32";

# https://gitlab.freedesktop.org/wayland/wayland-protocols/-/issues/48
doCheck = stdenv.hostPlatform == stdenv.buildPlatform && stdenv.targetPlatform.linker == "bfd" && wayland.withLibraries;

src = fetchurl {
url = "https://gitlab.freedesktop.org/wayland/${pname}/-/releases/${version}/downloads/${pname}-${version}.tar.xz";
hash = "sha256-oH+nIu2HZ27AINhncUvJovJMRk2nORLzlwbu71IZ4jg=";
hash = "sha256-dFl5nTQMgpa2le+FfAfd7yTFoJsJq2p097kmQNKxuhE=";
};

postPatch = lib.optionalString doCheck ''
Expand Down

0 comments on commit c4a0fc3

Please sign in to comment.