Commit 2faf60c8 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent 9b481b0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,11 +56,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xwayland";
  version = "24.1.10";
  version = "24.1.11";

  src = fetchurl {
    url = "mirror://xorg/individual/xserver/xwayland-${finalAttrs.version}.tar.xz";
    hash = "sha256-RZdivo6gRslDhmh9d6h63WBzhovuFPApE+r+u5RbeqA=";
    hash = "sha256-JxFaGogZB4QJv2/s/rdyToE3vTZCbecAWls6rgohOP8=";
  };

  postPatch = ''