mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
Merge pull request #145248 from tfmoraes/xwayland-21.1.3
This commit is contained in:
commit
38bb2c3c02
@ -43,10 +43,10 @@
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
pname = "xwayland";
|
||||
version = "21.1.2";
|
||||
version = "21.1.3";
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/xserver/${pname}-${version}.tar.xz";
|
||||
sha256 = "sha256-uBy91a1guLetjD7MfsKijJvwIUSGcHNc67UB8Ivr0Ys=";
|
||||
sha256 = "sha256-68J1fzn9TH2xZU/YZZFYnCEaogFy1DpU93rlZ87b+KI=";
|
||||
};
|
||||
|
||||
depsBuildBuild = [
|
||||
|
Loading…
Reference in New Issue
Block a user