diff options
author | Murilo <murilo@disroot.org> | 2025-07-22 14:01:23 -0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2025-07-23 12:56:29 -0400 |
commit | bf3bc51022ea5decd1abf2fe246b18e30a2ffe02 (patch) | |
tree | 9cb06688a17980d7b0bf1fa8e00c604ce6d49864 | |
parent | f669f85effe2726c2518c9d42de4f2e1a1f11f0b (diff) |
gnu: hyprlock: Update to 0.9.0.
* gnu/packages/xdisorg.scm (hyprlock): Update to 0.9.0.
[native-inputs]: Change gcc-14 to gcc-15.
[home-page]: Update to new URL.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
-rw-r--r-- | gnu/packages/xdisorg.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index b8cd4325b7..667313fdec 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -3970,7 +3970,7 @@ reduce percieved brightness below the monitor's minimum.") (define-public hyprlock (package (name "hyprlock") - (version "0.8.2") + (version "0.9.0") (source (origin (method git-fetch) @@ -3979,7 +3979,7 @@ reduce percieved brightness below the monitor's minimum.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wrndp1bkyfp741mgvjflkbq4pvdlccrh6xaz41y1f9967j8magm")))) + (base32 "1f0vcp0c9d3m9v3avajprpv14khnv3wk3y9fi3pcwr5xf2alaxv2")))) (build-system cmake-build-system) (arguments `(#:cmake ,cmake-next @@ -3994,7 +3994,7 @@ reduce percieved brightness below the monitor's minimum.") (("OpenGL REQUIRED") "OpenGL REQUIRED COMPONENTS GLES2 EGL"))))) #:tests? #f)) ;; no test - (native-inputs (list gcc-14 pkg-config)) + (native-inputs (list gcc-15 pkg-config)) (inputs (list cairo file hyprgraphics @@ -4011,7 +4011,7 @@ reduce percieved brightness below the monitor's minimum.") sdbus-c++ wayland wayland-protocols)) - (home-page "https://hyprland.org/") + (home-page "https://hypr.land/") (synopsis "Hyprland's screen locking utility") (description "This package provides Hyprland's simple, yet multi-threaded and |