diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 17:24:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 18:17:37 +0100 |
commit | 1854a0ecd46271333e7ca4c7ae1fb4b8f802d990 (patch) | |
tree | f276dfec860b61a08fce6fc19b2381f37cbe7dd9 /gnu/packages/game-development.scm | |
parent | 1524e757e1fafe5acf4ec44d8a9811ec5f06a86f (diff) | |
download | patches-1854a0ecd46271333e7ca4c7ae1fb4b8f802d990.tar patches-1854a0ecd46271333e7ca4c7ae1fb4b8f802d990.tar.gz |
gnu: openvr: Update to 1.8.19.
* gnu/packages/game-development.scm (openvr): Update to 1.8.19.
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index dafa6c2a38..833f00b77c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -1851,7 +1851,7 @@ projects.") (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 @@ projects.") (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. |