hyprland-per-window-layout: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2024-01-19 18:42:00 +00:00
parent 3fd2c02d52
commit b4df96f03b

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "hyprland-per-window-layout"; pname = "hyprland-per-window-layout";
version = "2.5"; version = "2.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "coffebar"; owner = "coffebar";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-muEM0jRNZ8osuZ6YSyNPFD/2IuXoNbR28It9cKeJwZ4="; hash = "sha256-g6cFZXEWKB9IxP/ARe788tXFpDofJNDWMwUU15yKYhA=";
}; };
cargoHash = "sha256-g7VCjxrf6qP6KcTNhHzFEFwP4EiIRTnjK6n93FGee54="; cargoHash = "sha256-kVu81NnwcKksHeS5ZM/SgTuh2olMgdBBxY3cJxwuW0Q=";
meta = with lib; { meta = with lib; {
description = "Per window keyboard layout (language) for Hyprland wayland compositor"; description = "Per window keyboard layout (language) for Hyprland wayland compositor";