Moraxyc 2025-05-31 23:38:29 +08:00
parent 46990a5790
commit 5446ad302b
No known key found for this signature in database
GPG key ID: 5D0872C32F23C47A

View file

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "xwayland-satellite";
version = "0.5.1";
version = "0.6";
src = fetchFromGitHub {
owner = "Supreeeme";
repo = "xwayland-satellite";
tag = "v${version}";
hash = "sha256-/hBM43/Gd0/tW+egrhlWgOIISeJxEs2uAOIYVpfDKeU=";
hash = "sha256-IiLr1alzKFIy5tGGpDlabQbe6LV1c9ABvkH6T5WmyRI=";
};
postPatch = ''
@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
'';
useFetchCargoVendor = true;
cargoHash = "sha256-1tt7YNornw9U9FRdsRkdWx3Al3FZtvtCBXn9Pln+gk4=";
cargoHash = "sha256-R3xXyXpHQw/Vh5Y4vFUl7n7jwBEEqwUCIZGAf9+SY1M=";
nativeBuildInputs = [
makeBinaryWrapper