diff options
author | Freya Murphy <freya@freyacat.org> | 2024-11-13 12:23:53 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-11-13 12:23:53 -0500 |
commit | 5e1809a2e87a8f1ae6ac518a0ccb474c23457b4e (patch) | |
tree | 620402fe1d0f86c4e47b73f12c2df234641beb7c | |
parent | update hyprland to 0.45 (diff) | |
download | sakura-5e1809a2e87a8f1ae6ac518a0ccb474c23457b4e.tar.gz sakura-5e1809a2e87a8f1ae6ac518a0ccb474c23457b4e.tar.bz2 sakura-5e1809a2e87a8f1ae6ac518a0ccb474c23457b4e.zip |
update aquamarine and hyprutils
-rw-r--r-- | sakura/packages/hypr.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sakura/packages/hypr.scm b/sakura/packages/hypr.scm index 633f0f6..177e406 100644 --- a/sakura/packages/hypr.scm +++ b/sakura/packages/hypr.scm @@ -193,7 +193,7 @@ for c++.") (define-public hyprutils (package (name "hyprutils") - (version "0.2.4") + (version "0.2.5") (source (origin (method git-fetch) (uri (git-reference @@ -202,7 +202,7 @@ for c++.") (file-name (git-file-name name version)) (sha256 (base32 - "12zkcbidj8h7w3qhfcyzkg240v7kpp3h7wf8fcsa8yj18a5mxya1")))) + "13fi64ch0d0p2ss0xw7b8axsrsp9p3ckylx866kp17brd0dzvvs8")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) (native-inputs (list gcc-13 pkg-config pixman)) @@ -215,7 +215,7 @@ for c++.") (define-public aquamarine (package (name "aquamarine") - (version "0.4.4") + (version "0.4.5") (source (origin (method git-fetch) (uri (git-reference @@ -224,7 +224,7 @@ for c++.") (file-name (git-file-name name version)) (sha256 (base32 - "0dq3m4q34ck0y2kyhzh6w42gs8j107bsxcn7c7qkf2zn6kp0qd78")))) + "10wkyycxwahc0n3xczp7pi63823997qpm8x7z2sfqymda9ckl6d6")))) (build-system cmake-build-system) (arguments (list #:cmake cmake-3.30 |