hyprland-per-window-layout: 2.13 -> 2.14 (#425575)

This commit is contained in:
Nick Cao
2025-07-17 15:10:31 -04:00
committed by GitHub
@@ -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";