Skip to content

Commit

Permalink
kdePackages.wayland-protocols: 1.38 -> 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 23, 2024
1 parent 83dfdf2 commit 5b3f829
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 @@ -14,7 +14,7 @@

stdenv.mkDerivation (finalAttrs: {
pname = "wayland-protocols";
version = "1.38";
version = "1.39";

doCheck =
stdenv.hostPlatform == stdenv.buildPlatform
Expand All @@ -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-/xcpLAUVnSsgzmys/kLX4xooGY+hQpp2mwOvfDhYHb4=";
hash = "sha256-4dzcu/COLgqKAu5dmgvjpqr8OaS1H6fg0vGhZBHLcvo=";
};

postPatch = lib.optionalString finalAttrs.doCheck ''
Expand Down

0 comments on commit 5b3f829

Please sign in to comment.