summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-11-10 14:38:55 -0500
committerFreya Murphy <freya@freyacat.org>2024-11-10 14:38:55 -0500
commit46743fa85769cbd228b6d7614ef16fb2cb344e7d (patch)
tree5d5a1a2bf490d8f97bab3a15a6c9338543f5fd9c
parentrefactor hypr (diff)
downloadsakura-46743fa85769cbd228b6d7614ef16fb2cb344e7d.tar.gz
sakura-46743fa85769cbd228b6d7614ef16fb2cb344e7d.tar.bz2
sakura-46743fa85769cbd228b6d7614ef16fb2cb344e7d.zip
update hyprland to 0.45
-rw-r--r--sakura/packages/hypr.scm22
1 files changed, 11 insertions, 11 deletions
diff --git a/sakura/packages/hypr.scm b/sakura/packages/hypr.scm
index ce8af15..633f0f6 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.3")
+ (version "0.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -202,7 +202,7 @@ for c++.")
(file-name (git-file-name name version))
(sha256
(base32
- "01dh24rf62gb6xm32f7mfv6wx0dxprr1q9y73hvv7xanrjyia2zn"))))
+ "12zkcbidj8h7w3qhfcyzkg240v7kpp3h7wf8fcsa8yj18a5mxya1"))))
(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.3")
+ (version "0.4.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -224,7 +224,7 @@ for c++.")
(file-name (git-file-name name version))
(sha256
(base32
- "0x1zz1ywchs0awkjkvdgskgqnp6pz5lqwmgr8g0zc0i7inhyg1p3"))))
+ "0dq3m4q34ck0y2kyhzh6w42gs8j107bsxcn7c7qkf2zn6kp0qd78"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30
@@ -253,7 +253,7 @@ for c++.")
(define-public hyprland
(package
(name "hyprland")
- (version "0.44.1")
+ (version "0.45.0")
(source
(origin
(method git-fetch)
@@ -270,7 +270,7 @@ for c++.")
"subprojects"))))
(file-name (git-file-name name version))
(sha256
- (base32 "11vw1h9al4jvqprwbrmxvcpxwhvsjj398wbz4flqbnmxa8idvdq1"))))
+ (base32 "1wawqdc6wjk724b5drsh3nxhmss9ksk2ks94490lgf22wmf3ck3g"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30
@@ -539,7 +539,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(define-public hyprland-plugin-hy3
(package
(name "hyprland-plugin-hy3")
- (version "0.44.0")
+ (version "0.45.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -547,7 +547,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(commit (string-append "hl" version))))
(sha256
(base32
- "03gxjkn43j85ff8d0hx9nhv5bfwv7vw7m8kacpmajmfnx43mldg9"))))
+ "01h0a3plvs1na9b1miqdkx0l622mk542slagydajqka7sh9fwwvg"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30
@@ -580,7 +580,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
((_ plugin)
(package
(name (string-append "hyprland-plugin-" plugin))
- (version "0.44.0")
+ (version "0.45.0")
(source
(origin
(method git-fetch)
@@ -589,7 +589,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(commit (string-append "v" version))))
(sha256
(base32
- "0v2zwvrjgc7zg4l8c50934kyq3y5x9f0d34gh3kyh44grfn8w9zx"))
+ "0nfxcr6mxjvrja0jdsrrlyixfaaqdnfszp7bh8x8cqz9qp167sc4"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -641,7 +641,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(define-public hyprland-plugins
(package
(name "hyprland-plugins")
- (version "0.44.0")
+ (version "0.45.0")
(source #f)
(build-system trivial-build-system)
(arguments '(#:builder (begin (mkdir %output) #t)))