diff options
| author | Nemin <bergengocia@protonmail.com> | 2026-01-27 13:19:45 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-31 13:31:58 +0100 |
| commit | 4c98911039b8c8d4d6af0e46cf7e2ae50ad9289b (patch) | |
| tree | d74e2eaf01d94055067caa0c656f5a49fd5ba1b0 /gnu/packages | |
| parent | 1cafb52efd7f6905af32edaf3521e3f4c22450ef (diff) | |
gnu: openvr: Update to 2.12.14.
* gnu/packages/game-development.scm (openvr): Update to 2.12.14.
Change-Id: I46fabf3b766296cf6d4161e3b9ba3f8de4470114
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 56f147f9567..5cecbf69636 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -3294,7 +3294,7 @@ fiction and classic point-and-click adventures.") (define-public openvr (package (name "openvr") - (version "1.26.7") + (version "2.12.14") (home-page "https://github.com/ValveSoftware/openvr/") (source (origin @@ -3304,7 +3304,7 @@ fiction and classic point-and-click adventures.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "09rvrja3pz6ggs41ra71p4dwjl4n0rpqrqw8jiy92xl33hhxbsmx")))) + (base32 "0i85awq7w669j0x091chma8rcx1zqwn1j4v0d42bcjcvhqa6iv0v")))) (build-system cmake-build-system) (arguments ;; No tests. |
