summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-07-23 21:21:13 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-23 19:26:50 +0000
commit81f1dcb03494592134fbc5e97a77c8f59dc7e23c (patch)
tree0101f929385f00e46f23b6c83ff6e1262b457c87
parentxwayland: 22.1.1 -> 22.1.3 (diff)
downloadnixpkgs-origin/backport-174926-to-release-22.05.tar.gz
Apply suggestions from code revieworigin/backport-174926-to-release-22.05
(cherry picked from commit 5061ccd1c2bee119b6896e0ef2a59ddd498b6a61)
-rw-r--r--pkgs/servers/x11/xorg/xwayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/servers/x11/xorg/xwayland.nix
index 50210a791029..134e992a56c8 100644
--- a/pkgs/servers/x11/xorg/xwayland.nix
+++ b/pkgs/servers/x11/xorg/xwayland.nix
@@ -42,9 +42,9 @@
, defaultFontPath ? "" }:
stdenv.mkDerivation rec {
-
pname = "xwayland";
version = "22.1.3";
+
src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
sha256 = "sha256-pxLre84yzZNN82gUtd0EaqZwiZwW/pjyr7ADV4+GocU=";