mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: openvr: Update to 1.8.19.
* gnu/packages/game-development.scm (openvr): Update to 1.8.19.
This commit is contained in:
parent
1524e757e1
commit
1854a0ecd4
1 changed files with 2 additions and 3 deletions
|
@ -1851,7 +1851,7 @@ (define-public ioquake3
|
|||
(define-public openvr
|
||||
(package
|
||||
(name "openvr")
|
||||
(version "1.4.18")
|
||||
(version "1.8.19")
|
||||
(home-page "https://github.com/ValveSoftware/openvr/")
|
||||
(source
|
||||
(origin
|
||||
|
@ -1861,8 +1861,7 @@ (define-public openvr
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m92634j6g0f2xybbzklm79cnq20vidbk1jc62pnz12aabwixvyh"))))
|
||||
(base32 "1b8cppvw6ib0kvx0vjq7jsk3plg1vh171w8xr230vjn05381wp52"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
;; No tests.
|
||||
|
|
Loading…
Reference in a new issue