Merge pull request #267665 from r-ryantm/auto-update/hyprland-per-window-layout

hyprland-per-window-layout: 2.3 -> 2.3.1
This commit is contained in:
OTABI Tomoya 2023-11-16 13:27:23 +09:00 committed by GitHub
commit c4da5ba435
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "hyprland-per-window-layout";
version = "2.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "coffebar";
repo = pname;
rev = version;
hash = "sha256-eqhGX9rjvOHh6RuWj5dqWPKlFdTnZpAcDUuJbT3Z/E8=";
hash = "sha256-zH0N7m8cvc47MM7+DAIgg/S6onpIwoB9CfcAmRqhtGA=";
};
cargoHash = "sha256-AUkBTHShtY3ZJ8pxCuW9baVuxb2QxzXxJQMgbuVTlPY=";
cargoHash = "sha256-rYTptEB+2Adlb1y7oXO+noqNylwiHBAb49ufZdPL9Qc=";
meta = with lib; {
description = "Per window keyboard layout (language) for Hyprland wayland compositor";