Skip to content

Commit

Permalink
xwayland: 22.1.7 -> 22.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Emantor committed Feb 8, 2023
1 parent 5a350a8 commit 900cf6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/x11/xorg/xwayland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@

stdenv.mkDerivation rec {
pname = "xwayland";
version = "22.1.7";
version = "22.1.8";

src = fetchurl {
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
sha256 = "sha256-1Tr6xscZU/XPZtA9KJ2s2JYdpb0wnB3/El1ZVdnbX3Y=";
sha256 = "sha256-0R7u5zKQuI6o2kKn2TUN7fq6hWzkrkTljARa2eyqL3M=";
};

depsBuildBuild = [
Expand Down

0 comments on commit 900cf6e

Please sign in to comment.