hyprland-per-window-layout: 2.3 -> 2.3.1

+3 -3
+3 -3
pkgs/tools/wayland/hyprland-per-window-layout/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "hyprland-per-window-layout"; 5 - version = "2.3"; 5 + version = "2.3.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "coffebar"; 9 9 repo = pname; 10 10 rev = version; 11 - hash = "sha256-eqhGX9rjvOHh6RuWj5dqWPKlFdTnZpAcDUuJbT3Z/E8="; 11 + hash = "sha256-zH0N7m8cvc47MM7+DAIgg/S6onpIwoB9CfcAmRqhtGA="; 12 12 }; 13 13 14 - cargoHash = "sha256-AUkBTHShtY3ZJ8pxCuW9baVuxb2QxzXxJQMgbuVTlPY="; 14 + cargoHash = "sha256-rYTptEB+2Adlb1y7oXO+noqNylwiHBAb49ufZdPL9Qc="; 15 15 16 16 meta = with lib; { 17 17 description = "Per window keyboard layout (language) for Hyprland wayland compositor";