gnu: mangohud: Update to 0.6.8.
* gnu/packages/graphics.scm (mangohud): Update to 0.6.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b37cd00dc3
commit
474070facb
1 changed files with 2 additions and 2 deletions
|
@ -979,7 +979,7 @@ distills complex, animated scenes into a set of baked geometric results.")
|
||||||
(define-public mangohud
|
(define-public mangohud
|
||||||
(package
|
(package
|
||||||
(name "mangohud")
|
(name "mangohud")
|
||||||
(version "0.6.7")
|
(version "0.6.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -988,7 +988,7 @@ distills complex, animated scenes into a set of baked geometric results.")
|
||||||
(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 "0n2x6agv2j8nd6h1998dqsphb7k57zx8vsayv47dqix28kg5kixz"))))
|
(base32 "19dp8l5njzl9xah0bhwlkl39vc8w2rnpvpdrhgaz3hnhz8b0r5df"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue