From 5adf855943baf1c0ee5eb22b316e8b5e1b2a6c1e Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sun, 29 Mar 2026 15:42:25 +0800 Subject: [PATCH] rosenthal: noctalia-qs: Update to 0.0.10. * modules/rosenthal/packages/wm.scm (noctalia-qs): Update to 0.0.10. --- modules/rosenthal/packages/wm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rosenthal/packages/wm.scm b/modules/rosenthal/packages/wm.scm index dcadda1..8da5e22 100644 --- a/modules/rosenthal/packages/wm.scm +++ b/modules/rosenthal/packages/wm.scm @@ -156,7 +156,7 @@ supporting various Wayland compositors like @code{niri}, @code{hyprland}, and (package (inherit quickshell) (name "noctalia-qs") - (version "0.0.8") + (version "0.0.10") (source (origin (method git-fetch) @@ -165,7 +165,7 @@ supporting various Wayland compositors like @code{niri}, @code{hyprland}, and (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pyakmaq2bwdhnnqnrsqm9g1mjf5spij6hsvmlw058kxj8xkbbd4")))) + (base32 "1zly09mdpsqv220q5bi6vg70a6h2bpmd3f0badv2wzn1v1h19ixn")))) (inputs (modify-inputs inputs (prepend glib polkit)))