gnu: openvr: Update to 1.8.19.

* gnu/packages/game-development.scm (openvr): Update to 1.8.19.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-12 17:24:12 +01:00
parent 1524e757e1
commit 1854a0ecd4
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1851,7 +1851,7 @@ (define-public ioquake3
(define-public openvr (define-public openvr
(package (package
(name "openvr") (name "openvr")
(version "1.4.18") (version "1.8.19")
(home-page "https://github.com/ValveSoftware/openvr/") (home-page "https://github.com/ValveSoftware/openvr/")
(source (source
(origin (origin
@ -1861,8 +1861,7 @@ (define-public openvr
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1b8cppvw6ib0kvx0vjq7jsk3plg1vh171w8xr230vjn05381wp52"))))
"0m92634j6g0f2xybbzklm79cnq20vidbk1jc62pnz12aabwixvyh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
;; No tests. ;; No tests.