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

authored by Nick Cao and committed by GitHub 0973a3ea b8dcd21e

+3 -3
+3 -3
pkgs/by-name/hy/hyprland-per-window-layout/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "hyprland-per-window-layout"; 9 - version = "2.13"; 9 + version = "2.14"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "coffebar"; 13 13 repo = "hyprland-per-window-layout"; 14 14 rev = version; 15 - hash = "sha256-Bwdh+Cy5LTRSBDfk4r28FmPRUEHYI++nKRhS9eSSbyg="; 15 + hash = "sha256-dYoHa4b7BZc/LGVLsNs/LTj4sSMaFel+QE0TUv5kGAk="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-QXT7utSEF5S5MWAng4fKMoloUJovxLT8oLUK9dJEb/0="; 19 + cargoHash = "sha256-wXPc3jAY8E0k8cn4Z2OIhCyrfszzlzFmhQZIZay16Ec="; 20 20 21 21 meta = with lib; { 22 22 description = "Per window keyboard layout (language) for Hyprland wayland compositor";