summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-11-23 23:03:51 -0500
committerFreya Murphy <freya@freyacat.org>2024-11-23 23:03:51 -0500
commite6d80dd95a7fcd205265094c0047d0c2cfd09e15 (patch)
tree8a790ac66010afdcf86ea684fbfdbf813716c5b3
parentupdate hyprland v0.45.2 (diff)
downloadsakura-e6d80dd95a7fcd205265094c0047d0c2cfd09e15.tar.gz
sakura-e6d80dd95a7fcd205265094c0047d0c2cfd09e15.tar.bz2
sakura-e6d80dd95a7fcd205265094c0047d0c2cfd09e15.zip
fix hyprland-plugins
-rw-r--r--sakura/packages/hypr.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/sakura/packages/hypr.scm b/sakura/packages/hypr.scm
index 95a33b6..54e11a8 100644
--- a/sakura/packages/hypr.scm
+++ b/sakura/packages/hypr.scm
@@ -582,7 +582,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
%hyprland-version)
(define %hyprland-plugins-commit
- "0bc619b2c3b4f9c2b65247e81d69f8bbc573d991")
+ "344a69db96fa8c6dc3b8f1f8f5a75f6eb441cbf2")
(define-syntax hyprland-plugin-impl
(syntax-rules ()
@@ -598,7 +598,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(commit %hyprland-plugins-commit)))
(sha256
(base32
- "1kg93k4g24zy9l8b2y05cf597z8pvbybw7pczbzwfn4ppp955ldz"))
+ "1n4pxdfjl9j8js2gnk43jly9x8mmr6q9pdrzxfp7fhwk6chhrfk6"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
@@ -610,7 +610,7 @@ extra portals specific to Hyprland, mostly for window sharing.")
(lambda _ (chdir (string-append "../source/" plugin "/")))))))
(native-inputs
(list pkg-config
- gcc-13))
+ gcc-14))
(inputs
(list aquamarine
hyprland