gnu: openmw-openscenegraph: Update to ff19a670.

* gnu/packages/graphics.scm (openmw-openscenegraph):
Update to ff19a67025d5f51cf56be7ab11b398ecd334c365.

Change-Id: If2919bfb26f34774256518f4228db8608f0dd0f1
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Rodion Goritskov 2026-01-11 23:50:58 +01:00 committed by Liliana Marie Prikler
parent e331d1abdf
commit edb30c4b54
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -1889,22 +1889,22 @@ in Julia).")
(define-public openmw-openscenegraph
;; OpenMW prefers its own fork of openscenegraph:
;; https://wiki.openmw.org/index.php?title=Development_Environment_Setup#OpenSceneGraph.
(let ((commit "68c5c573d47766507bfb191e0c8d213b1997ad20"))
(let ((commit "ff19a67025d5f51cf56be7ab11b398ecd334c365"))
(hidden-package
(package
(inherit openscenegraph)
(version (git-version "3.6" "3" commit))
(version (git-version "3.6" "4" commit))
(outputs (list "out"))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/OpenMW/osg/")
(commit commit)))
(url "https://github.com/OpenMW/osg/")
(commit commit)))
(file-name (git-file-name (package-name openscenegraph) version))
(sha256
(base32
"12xgdmymjh4rb7djzniy15lvi45y0x4i0l5swf031r8g4zn72v2n"))))
"0l7gqxxz7rmdqrv65r6ki7avg636d7s6bfq7h1213gjr1dz8hiij"))))
(arguments
(substitute-keyword-arguments (package-arguments openscenegraph)
((#:configure-flags flags)