openvr: 2.2.3 -> 2.5.1

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-05-09 15:32:02 +02:00
parent 5510aae4c8
commit bdd78d731a
No known key found for this signature in database
GPG Key ID: E13DFD4B47127951
2 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openvr";
version = "2.2.3";
version = "2.5.1";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "openvr";
rev = "v${finalAttrs.version}";
hash = "sha256-Dpl88Te+EoVasoCtwERGrYt3xK8o03h15r8IVxxPPCw=";
hash = "sha256-bIKjZ7DvJVmDK386WgXaAFQrS0E1TNEUMhfQp7FNnvk=";
};
patches = [

View File

@ -23765,7 +23765,7 @@ with pkgs;
openvdb = callPackage ../development/libraries/openvdb { };
openvr = callPackage ../development/libraries/openvr {
openvr = callPackage ../by-name/op/openvr/package.nix {
inherit (darwin.apple_sdk.frameworks) Foundation AppKit;
};