diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2023-07-10 11:21:31 -0400 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2023-07-10 11:21:31 -0400 |
commit | ef0a45c6413a35e0e7ee375cab2c6f7bc468ab5a (patch) | |
tree | b6ac7ecd0ba366069c40723b8882389803cfa085 /gnu/packages/hardware.scm | |
parent | b7be0a999df8984fee8bd9d283b8fbe7e4da879d (diff) | |
download | guix-ef0a45c6413a35e0e7ee375cab2c6f7bc468ab5a.tar.gz |
gnu: openrgb: Update to 0.9.
* gnu/packages/hardware.scm (openrgb): Update to 0.9. * gnu/packages/patches/openrgb-unbundle-hueplusplus.patch: Update.
Diffstat (limited to 'gnu/packages/hardware.scm')
-rw-r--r-- | gnu/packages/hardware.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index d4fc0d64a0..c44f0eda04 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -1017,7 +1017,7 @@ technology, such as head mounted displays with built in head tracking.") (define-public openrgb (package (name "openrgb") - (version "0.8") + (version "0.9") (source (origin (method git-fetch) @@ -1026,7 +1026,7 @@ technology, such as head mounted displays with built in head tracking.") (commit (string-append "release_" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1yz7sdrjcxajm1zpa5djinmych5dvck0r1fvk0x5qmk87va4p9z3")) + (base32 "0rdh87w4j47dr0vakva94fhcbdc67d9aad0p3najg9zf8zhf64jw")) (patches (search-patches "openrgb-unbundle-hueplusplus.patch")) (modules '((guix build utils))) |