From d6e1e5b92e386ab493f7cd5d61c06149f90c9b33 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 23 Nov 2024 22:51:45 -0500 Subject: [PATCH] update hyprland v0.45.2 --- sakura/packages/hypr.scm | 13 ++++++++----- 1 file 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