diff options
author | Murilo <murilo@disroot.org> | 2025-07-22 13:58:51 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:25 -0400 |
commit | fd853833ef44b174043b78626f33ff4f6af9164c (patch) | |
tree | d29f7577fff041098b3b305e908f76805af923f7 | |
parent | b2937e761b2077ff98afaf8671c7cb2c9de2814c (diff) |
gnu: hyprutils: Update to 0.8.1.
* gnu/packages/cpp.scm (hyprutils): Update to 0.8.1.
[native-inputs]: Change gcc-14 to gcc-15.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/cpp.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index b6d7a427de..0037bfb0e1 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -977,7 +977,7 @@ language used in Hyprland.") (define-public hyprutils (package (name "hyprutils") - (version "0.7.1") + (version "0.8.1") (source (origin (method git-fetch) (uri (git-reference @@ -986,7 +986,7 @@ language used in Hyprland.") (file-name (git-file-name name version)) (sha256 (base32 - "04vn5vxzxixfbyrvhhgrj1b2m7yhndbnv1y78v0q0i9kpmnvvlav")))) + "15iwcgm6v7y4cm8l9yh3aig31va5xifswm47bind90mac7srar0p")))) (build-system cmake-build-system) (arguments (list @@ -999,7 +999,7 @@ language used in Hyprland.") (string-append "set(PKG_CONFIG_EXECUTABLE " #$(pkg-config-for-target) ")\n" all)))))))) - (native-inputs (list gcc-14 pkg-config)) + (native-inputs (list gcc-15 pkg-config)) (inputs (list pixman)) (home-page "https://github.com/hyprwm/hyprutils") (synopsis "C++ library for utilities used across Hyprland ecosystem") |