gamescope: 3.14.4 -> 3.14.6
Now with 100% more libei
This commit is contained in:
parent
6b78a94909
commit
cc9362aceb
1 changed files with 4 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
, ninja
|
||||
, xorg
|
||||
, libdrm
|
||||
, libei
|
||||
, vulkan-loader
|
||||
, vulkan-headers
|
||||
, wayland
|
||||
|
@ -43,14 +44,14 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "gamescope";
|
||||
version = "3.14.4";
|
||||
version = "3.14.6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ValveSoftware";
|
||||
repo = "gamescope";
|
||||
rev = "refs/tags/${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-kmi+3EH5h5kQeyTB3RnnndPn+akHFAF0N7Gt/aCOdcs=";
|
||||
hash = "sha256-Nj66d42Ih4pD15cNuMe81sviUepVVzVX8BEP7O2p0o0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -114,6 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
xorg.libXxf86vm
|
||||
libavif
|
||||
libdrm
|
||||
libei
|
||||
libliftoff
|
||||
SDL2
|
||||
libdecor
|
||||
|
|
Loading…
Reference in a new issue