summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sakura/packages/hypr.scm13
1 files changed, 8 insertions, 5 deletions
diff --git a/sakura/packages/hypr.scm b/sakura/packages/hypr.scm
index f6c65a6..95a33b6 100644
--- a/sakura/packages/hypr.scm
+++ b/sakura/packages/hypr.scm
@@ -250,10 +250,13 @@ for c++.")
(description "Aquamarine is a very light linux rendering backend library.")
(license license:bsd-3)))
+(define %hyprland-version
+ "0.45.2")
+
(define-public hyprland
(package
(name "hyprland")
- (version "0.45.1")
+ (version %hyprland-version)
(source
(origin
(method git-fetch)
@@ -270,7 +273,7 @@ for c++.")
"subprojects"))))
(file-name (git-file-name name version))
(sha256
- (base32 "0ffv7bzv0kydkdjzh47hnzgfyld9x16iqgsf2p8ibmay5vp0xd82"))))
+ (base32 "0970kds3744szlqlbjq6m4a689dndb2yrcgyxpzrw9ig84sibnqh"))))
(build-system cmake-build-system)
(arguments
(list #:cmake cmake-3.30
@@ -576,10 +579,10 @@ extra portals specific to Hyprland, mostly for window sharing.")
(description "Hyprland plugin for an i3 / sway like manual tiling layout")))
(define %hyprland-plugins-version
- "0.45.1")
+ %hyprland-version)
(define %hyprland-plugins-commit
- "95fee7d0a7fa48828f5e9da1af6dc1fd7adb360d")
+ "0bc619b2c3b4f9c2b65247e81d69f8bbc573d991")
(define-syntax hyprland-plugin-impl
(syntax-rules ()
@@ -595,7 +598,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(commit %hyprland-plugins-commit)))
(sha256
(base32
- "10s0pmbc9qmh7v5ja4sx0b4gkyynnydhh1ffmdk81q76qvx7qqgr"))
+ "1kg93k4g24zy9l8b2y05cf597z8pvbybw7pczbzwfn4ppp955ldz"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments