about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorEnric Morales <me@enric.me>2024-04-26 11:30:17 +0200
committerEnric Morales <me@enric.me>2024-04-26 11:30:17 +0200
commitbb690edbc5b7bad298a4e280ff0e6ece8687a7e6 (patch)
treede40baa10cc0c5fa23cfaad8bfb34bc6b8b78854 /pkgs/applications/window-managers
parent258bbbf949a63743c66776e0562ce50f4528b42e (diff)
hyprlandPlugins.hy3: 0.38.0 -> 0.39.1
Hyprland was updated to 0.39.1 and the plugin version should match
Hyprland's.
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 ];