openvr: 2.5.1 -> 2.12.1

This commit is contained in:
R. Ryantm
2025-06-17 15:47:43 +00:00
parent 1f622956bd
commit 67605fed65
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openvr";
version = "2.5.1";
version = "2.12.1";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "openvr";
rev = "v${finalAttrs.version}";
hash = "sha256-bIKjZ7DvJVmDK386WgXaAFQrS0E1TNEUMhfQp7FNnvk=";
hash = "sha256-SdCN1BmYa2XyBi+aIKrk7RQBRG9+NeEpO7RsEmEBRjc=";
};
patches = [