summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
diff options
context:
space:
mode:
authorNemin <bergengocia@protonmail.com>2026-01-27 13:19:45 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2026-01-31 13:31:58 +0100
commit4c98911039b8c8d4d6af0e46cf7e2ae50ad9289b (patch)
treed74e2eaf01d94055067caa0c656f5a49fd5ba1b0 /gnu/packages/game-development.scm
parent1cafb52efd7f6905af32edaf3521e3f4c22450ef (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/game-development.scm')
-rw-r--r--gnu/packages/game-development.scm4
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.")
3294(define-public openvr 3294(define-public openvr
3295 (package 3295 (package
3296 (name "openvr") 3296 (name "openvr")
3297 (version "1.26.7") 3297 (version "2.12.14")
3298 (home-page "https://github.com/ValveSoftware/openvr/") 3298 (home-page "https://github.com/ValveSoftware/openvr/")
3299 (source 3299 (source
3300 (origin 3300 (origin
@@ -3304,7 +3304,7 @@ fiction and classic point-and-click adventures.")
3304 (commit (string-append "v" version)))) 3304 (commit (string-append "v" version))))
3305 (file-name (git-file-name name version)) 3305 (file-name (git-file-name name version))
3306 (sha256 3306 (sha256
3307 (base32 "09rvrja3pz6ggs41ra71p4dwjl4n0rpqrqw8jiy92xl33hhxbsmx")))) 3307 (base32 "0i85awq7w669j0x091chma8rcx1zqwn1j4v0d42bcjcvhqa6iv0v"))))
3308 (build-system cmake-build-system) 3308 (build-system cmake-build-system)
3309 (arguments 3309 (arguments
3310 ;; No tests. 3310 ;; No tests.