gnu: waybar-cpu-histogram: Update to 1.0.1.

* gnu/packages/wm.scm (waybar-cpu-histogram): Update to 1.0.1.

Change-Id: I06f39bdc5518e7465dfa7fbd703414027eb6beef
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Fredrik Salomonsson 2025-09-01 15:29:39 -07:00 committed by Danny Milosavljevic
parent e13a228bcb
commit 82c2d59f63
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -2657,7 +2657,7 @@ Wlroots based compositors.")
(define-public waybar-cpu-histogram (define-public waybar-cpu-histogram
(package (package
(name "waybar-cpu-histogram") (name "waybar-cpu-histogram")
(version "0.4.2") (version "1.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2665,15 +2665,11 @@ Wlroots based compositors.")
(url "https://git.sr.ht/~plattfot/waybar-cpu-histogram") (url "https://git.sr.ht/~plattfot/waybar-cpu-histogram")
(commit (string-append version)))) (commit (string-append version))))
(sha256 (sha256
(base32 (base32 "1b8g2046hn3w84ymnhdlq6rc2928qy986zsv4ygwip4rj3g4jngl"))
"001pyf1jdmf2478plnggd7dkfi688qwi89db2jwfp4zza3640na6"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs (list pkg-config))
(list pkg-config)) (inputs (list jsoncpp fmt))
(inputs
(list jsoncpp
fmt))
(synopsis "CPU histogram for waybar") (synopsis "CPU histogram for waybar")
(description (description
"Custom module for waybar to show CPU usage as a histogram. A compact way "Custom module for waybar to show CPU usage as a histogram. A compact way