hyprland-per-window-layout: 2.13 -> 2.14

This commit is contained in:
R. Ryantm
2025-07-15 21:07:32 +00:00
parent ab7ac10545
commit f53236d67c
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "hyprland-per-window-layout";
version = "2.13";
version = "2.14";
src = fetchFromGitHub {
owner = "coffebar";
repo = "hyprland-per-window-layout";
rev = version;
hash = "sha256-Bwdh+Cy5LTRSBDfk4r28FmPRUEHYI++nKRhS9eSSbyg=";
hash = "sha256-dYoHa4b7BZc/LGVLsNs/LTj4sSMaFel+QE0TUv5kGAk=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-QXT7utSEF5S5MWAng4fKMoloUJovxLT8oLUK9dJEb/0=";
cargoHash = "sha256-wXPc3jAY8E0k8cn4Z2OIhCyrfszzlzFmhQZIZay16Ec=";
meta = with lib; {
description = "Per window keyboard layout (language) for Hyprland wayland compositor";