Merge pull request #275372 from Scrumplex/pkgs/openvr/2.0.10

openvr: 1.26.7 -> 2.2.3, gamescope: 3.13.19 -> 3.14.1
This commit is contained in:
K900
2024-02-18 15:10:58 +03:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
@@ -13,6 +13,7 @@
, glm
, gbenchmark
, libcap
, libavif
, SDL2
, pipewire
, pixman
@@ -26,6 +27,7 @@
, libdisplay-info
, lib
, makeBinaryWrapper
, nix-update-script
, enableExecutable ? true
, enableWsi ? true
}:
@@ -39,14 +41,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.13.19";
version = "3.14.1";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-WKQgVbuHvTbZnvTU5imV35AKZ4AF0EDsdESBZwVH7+M=";
hash = "sha256-lJt6JVolorQdrhumkW9yjyItxqpw6ZtEUbkjNqzHfb8=";
};
patches = [
@@ -108,6 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
xorg.libXres
xorg.libXtst
xorg.libXxf86vm
libavif
libdrm
libliftoff
SDL2
@@ -131,6 +134,8 @@ stdenv.mkDerivation (finalAttrs: {
cp -r ${joshShaders}/* $out/share/gamescope/reshade/
'';
passthru.updateScript = nix-update-script {};
meta = with lib; {
description = "SteamOS session compositing window manager";
homepage = "https://github.com/ValveSoftware/gamescope";
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openvr";
version = "1.26.7";
version = "2.2.3";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "openvr";
rev = "v${finalAttrs.version}";
hash = "sha256-verVIRyDdpF8lIjjjG8GllDJG7nhqByIfs/8O5TMOyc=";
hash = "sha256-Dpl88Te+EoVasoCtwERGrYt3xK8o03h15r8IVxxPPCw=";
};
patches = [