about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-04-27 19:13:44 +0800
committerGitHub <noreply@github.com>2024-04-27 19:13:44 +0800
commite7904de8571cc0eb5b16d37343028e38fc0c317c (patch)
tree2218e0940eb78534ac7f87e63c3c431d9ad450db /pkgs/applications/window-managers
parent49a73d1a6353b78083e2a98d10862a2b218888e9 (diff)
parentbb690edbc5b7bad298a4e280ff0e6ece8687a7e6 (diff)
Merge pull request #306939 from kiike/pkgs/hy3-0391
hyprlandPlugins.hy3: 0.38.0 -> 0.39.1
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix b/pkgs/applications/window-managers/hyprwm/hyprland/plugins.nix
index 53113b3e8bffd..76754dd5f0d8a 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 hyprland {
         pluginName = "hy3";
-        version = "0.38.0";
+        version = "0.39.1";
 
         src = fetchFromGitHub {
           owner = "outfoxxed";
           repo = "hy3";
-          rev = "hl0.38.0";
-          hash = "sha256-ZVwX5yM97R6MLk64dQG5KqYOR4L4HxEEV+xzQi+NGrk=";
+          rev = "hl0.39.1";
+          hash = "sha256-PqVld+oFziSt7VZTNBomPyboaMEAIkerPQFwNJL/Wjw=";
         };
 
         nativeBuildInputs = [ cmake ];