about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-05 14:33:08 -0500
committerGitHub <noreply@github.com>2024-01-05 14:33:08 -0500
commit24e96778eff0a130078a7f4b5abd2a8e9edcf233 (patch)
tree4d6215068a9bbbc8bd6cdbe1f085984a751119e0 /pkgs
parentfaa6a44706c177b385da29c5fb2ecf994406a798 (diff)
parentf30bdc7b063b5989d7b89d9b2bba56e7b6a63491 (diff)
Merge pull request #278885 from r-ryantm/auto-update/hyprland-per-window-layout
hyprland-per-window-layout: 2.4 -> 2.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/wayland/hyprland-per-window-layout/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/wayland/hyprland-per-window-layout/default.nix b/pkgs/tools/wayland/hyprland-per-window-layout/default.nix
index 02795f7318a2b..b70e4ce77063e 100644
--- a/pkgs/tools/wayland/hyprland-per-window-layout/default.nix
+++ b/pkgs/tools/wayland/hyprland-per-window-layout/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "hyprland-per-window-layout";
-  version = "2.4";
+  version = "2.5";
 
   src = fetchFromGitHub {
     owner = "coffebar";
     repo = pname;
     rev = version;
-    hash = "sha256-2nc72fP/fw053tCJLqXzEecOoiF28wosJbw81kCilYA=";
+    hash = "sha256-muEM0jRNZ8osuZ6YSyNPFD/2IuXoNbR28It9cKeJwZ4=";
   };
 
-  cargoHash = "sha256-6cZ9aRrUOUoc9vDyGh9PUiuWnXrGxw/ZyECkh0XwBi0=";
+  cargoHash = "sha256-g7VCjxrf6qP6KcTNhHzFEFwP4EiIRTnjK6n93FGee54=";
 
   meta = with lib; {
     description = "Per window keyboard layout (language) for Hyprland wayland compositor";