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

hyprland-per-window-layout: 2.10 -> 2.11
This commit is contained in:
Nick Cao 2024-07-10 16:49:00 -04:00 committed by GitHub
commit eb4659ddfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "hyprland-per-window-layout";
version = "2.10";
version = "2.11";
src = fetchFromGitHub {
owner = "coffebar";
repo = pname;
rev = version;
hash = "sha256-oCHX9C/TnTGxHfZBtKhwcWJaijZ92MqCOnf6OgviH1o=";
hash = "sha256-euq+RRUeoKFmEmNJ6dOI01SAp6XywaspmGG5wCspkiA=";
};
cargoHash = "sha256-RkIHwIWzKwzpPIFmOkBmOUq07YdLQRVOGblybnACUfs=";
cargoHash = "sha256-sK1X3CNZ1PTNaLcGVAx4pk9EXDSfSjptJDwC73DFq7w=";
meta = with lib; {
description = "Per window keyboard layout (language) for Hyprland wayland compositor";