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