openvr: 1.23.6 -> 1.26.7

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-08-12 09:23:12 +02:00
parent c096e03491
commit 9d23f36514
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "openvr";
version = "1.23.8";
version = "1.26.7";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = pname;
rev = "v${version}";
hash = "sha256-ZdL1HDRSpPykbV3M0CjCZkOt7XlF7Z7OAhOey2ALeHg=";
hash = "sha256-verVIRyDdpF8lIjjjG8GllDJG7nhqByIfs/8O5TMOyc=";
};
patches = [