Merge pull request #274528 from r-ryantm/auto-update/hyprland-per-window-layout
hyprland-per-window-layout: 2.3.1 -> 2.4
This commit is contained in:
commit
4fcaf2827c
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "hyprland-per-window-layout";
|
pname = "hyprland-per-window-layout";
|
||||||
version = "2.3.1";
|
version = "2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "coffebar";
|
owner = "coffebar";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-zH0N7m8cvc47MM7+DAIgg/S6onpIwoB9CfcAmRqhtGA=";
|
hash = "sha256-2nc72fP/fw053tCJLqXzEecOoiF28wosJbw81kCilYA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-rYTptEB+2Adlb1y7oXO+noqNylwiHBAb49ufZdPL9Qc=";
|
cargoHash = "sha256-6cZ9aRrUOUoc9vDyGh9PUiuWnXrGxw/ZyECkh0XwBi0=";
|
||||||
|
|
||||||
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";
|
||||||
|
|
Loading…
Reference in a new issue