about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-13 02:59:16 +0100
committerGitHub <noreply@github.com>2024-01-13 02:59:16 +0100
commit7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97 (patch)
tree807f7e84cef05af7e7f61367900f3a9601c84126 /pkgs/applications/window-managers
parent70a05d19b68b707d5c7065137a96c7d764226f8d (diff)
parent66a91d993ae2f1747b3334aa56b160217310b617 (diff)
downloadnixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.tar
nixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.tar.gz
nixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.tar.bz2
nixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.tar.lz
nixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.tar.xz
nixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.tar.zst
nixlib-7ce4da20b8b58cc6eee69a234b2ca6cb8df98c97.zip
Merge pull request #279505 from r-ryantm/auto-update/hyprlandPlugins.hy3
hyprlandPlugins.hy3: 0.32.0 -> 0.34.0
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix b/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix
index f8742673f3d7..00acdef9b7ab 100644
--- a/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix
+++ b/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix
@@ -24,13 +24,13 @@ let
     hy3 = { fetchFromGitHub, cmake, hyprland }:
       mkHyprlandPlugin rec {
         pluginName = "hy3";
-        version = "0.32.0";
+        version = "0.34.0";
 
         src = fetchFromGitHub {
           owner = "outfoxxed";
           repo = "hy3";
           rev = "hl${version}";
-          hash = "sha256-j49bEOLjBa1CH2gTwM+A2Edrw/GspE2m8q1teAn6SuQ=";
+          hash = "sha256-Jd1bSwelh7WA8aeYrV+CxxtpsmSITUDruKdNNLHdV7c=";
         };
 
         nativeBuildInputs = [ cmake ];