Loading pkgs/tools/wayland/hyprland-per-window-layout/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "hyprland-per-window-layout"; version = "2.11"; version = "2.12"; src = fetchFromGitHub { owner = "coffebar"; repo = pname; rev = version; hash = "sha256-euq+RRUeoKFmEmNJ6dOI01SAp6XywaspmGG5wCspkiA="; hash = "sha256-iDRNlE+NFu8doFDTXxyFhMCm5IUVt1zdfHFqG1WeXHc="; }; cargoHash = "sha256-sK1X3CNZ1PTNaLcGVAx4pk9EXDSfSjptJDwC73DFq7w="; cargoHash = "sha256-k5GKi9LIHiqJGmoj8M52+Seww7cNirp49VKI4Y2SMqw="; meta = with lib; { description = "Per window keyboard layout (language) for Hyprland wayland compositor"; Loading Loading
pkgs/tools/wayland/hyprland-per-window-layout/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "hyprland-per-window-layout"; version = "2.11"; version = "2.12"; src = fetchFromGitHub { owner = "coffebar"; repo = pname; rev = version; hash = "sha256-euq+RRUeoKFmEmNJ6dOI01SAp6XywaspmGG5wCspkiA="; hash = "sha256-iDRNlE+NFu8doFDTXxyFhMCm5IUVt1zdfHFqG1WeXHc="; }; cargoHash = "sha256-sK1X3CNZ1PTNaLcGVAx4pk9EXDSfSjptJDwC73DFq7w="; cargoHash = "sha256-k5GKi9LIHiqJGmoj8M52+Seww7cNirp49VKI4Y2SMqw="; meta = with lib; { description = "Per window keyboard layout (language) for Hyprland wayland compositor"; Loading