diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-19 19:20:17 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-29 21:09:46 +0200 |
| commit | 7aeb5d0483683fa29d23229995a03a85c763470a (patch) | |
| tree | c0a2053393c870ad5695364aeee37f92b97d1f95 /gnu | |
| parent | 7cd78468a214f262403c369f1b7a7aa8e8c73a8e (diff) | |
gnu: openxr: Update to 1.1.57.
* gnu/packages/graphics.scm (openxr): Update to 1.1.57.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 39711d3d969..e056e703d5e 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -2763,7 +2763,7 @@ Some feature highlights: (define-public openxr (package (name "openxr") - (version "1.0.26") + (version "1.1.57") (source (origin (method git-fetch) @@ -2781,7 +2781,7 @@ Some feature highlights: ; ;; Delete bundled jsoncpp. ; (delete-file-recursively "src/external/jsoncpp"))) (sha256 - (base32 "0s66xgwkdj5vn05l493hqydrxfpxxidd6mcb8l7l5awhn88cy16f")))) + (base32 "1s4cg0cl6cn98d3cvgvwsichic4q3bx34flbdklnzprc18vmaqv7")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; there are no tests |
