Merge pull request #201732 from zhaofengli/gamescope-3.11.49
gamescope: 3.11.48 -> 3.11.49
This commit is contained in:
commit
647c745cc5
@ -26,7 +26,7 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "gamescope";
|
pname = "gamescope";
|
||||||
version = "3.11.48";
|
version = "3.11.49";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "Plagman";
|
owner = "Plagman";
|
||||||
repo = "gamescope";
|
repo = "gamescope";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-/a0fW0NVIrg9tuK+mg+D+IOcq3rJJxKdFwspM1ZRR9M=";
|
hash = "sha256-GRq/b013wFRHzFz2YCulJRtcwzX/dhJKd8dkATSLug0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./use-pkgconfig.patch ];
|
patches = [ ./use-pkgconfig.patch ];
|
||||||
@ -85,7 +85,7 @@ stdenv.mkDerivation {
|
|||||||
description = "SteamOS session compositing window manager";
|
description = "SteamOS session compositing window manager";
|
||||||
homepage = "https://github.com/Plagman/gamescope";
|
homepage = "https://github.com/Plagman/gamescope";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp zhaofengli ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user