diff options
author | dan <i@dan.games> | 2022-11-08 23:29:04 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-11-11 23:17:43 +0100 |
commit | 474070facbb6c718788b8e9ba7abcc473804d8f4 (patch) | |
tree | dee6e0ad63bc1fd9dd1eb95f17af4a6262854237 | |
parent | b37cd00dc35f8ace8a98b0f40c7de6101f00ddce (diff) | |
download | guix-474070facbb6c718788b8e9ba7abcc473804d8f4.tar.gz guix-474070facbb6c718788b8e9ba7abcc473804d8f4.zip |
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>
-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 e15a533f5b..4125c8078c 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -979,7 +979,7 @@ distills complex, animated scenes into a set of baked geometric results.") (define-public mangohud (package (name "mangohud") - (version "0.6.7") + (version "0.6.8") (source (origin (method git-fetch) @@ -988,7 +988,7 @@ distills complex, animated scenes into a set of baked geometric results.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0n2x6agv2j8nd6h1998dqsphb7k57zx8vsayv47dqix28kg5kixz")))) + (base32 "19dp8l5njzl9xah0bhwlkl39vc8w2rnpvpdrhgaz3hnhz8b0r5df")))) (build-system meson-build-system) (arguments (list |