From 80abbdebacc10da544ccf60b1ab22ef3fe7b84aa Mon Sep 17 00:00:00 2001 From: HigherOrderLogic <73709188+HigherOrderLogic@users.noreply.github.com> Date: Wed, 22 Jul 2026 07:02:45 +0000 Subject: [PATCH] xwayland-satellite: 0.8.1 -> 0.8.2 --- pkgs/by-name/xw/xwayland-satellite/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/xw/xwayland-satellite/package.nix b/pkgs/by-name/xw/xwayland-satellite/package.nix index 9c8ea3f12b3f..55440713e509 100644 --- a/pkgs/by-name/xw/xwayland-satellite/package.nix +++ b/pkgs/by-name/xw/xwayland-satellite/package.nix @@ -11,16 +11,15 @@ xwayland, withSystemd ? true, }: - rustPlatform.buildRustPackage (finalAttrs: { pname = "xwayland-satellite"; - version = "0.8.1"; + version = "0.8.2"; src = fetchFromGitHub { owner = "Supreeeme"; repo = "xwayland-satellite"; tag = "v${finalAttrs.version}"; - hash = "sha256-BUE41HjLIGPjq3U8VXPjf8asH8GaMI7FYdgrIHKFMXA="; + hash = "sha256-Mb7jpqnrcYCfNSItIkkHpuR3YxWFxPuIBfcwNKlRBkk="; }; postPatch = '' @@ -28,7 +27,7 @@ rustPlatform.buildRustPackage (finalAttrs: { --replace-fail '/usr/local/bin' "$out/bin" ''; - cargoHash = "sha256-16L6gsvze+m7XCJlOA1lsPNELE3D364ef2FTdkh0rVY="; + cargoHash = "sha256-Saa3SRsQuY6u6pfBGezaEExOt/ReblnrG7pAXjA6Dk8="; nativeBuildInputs = [ installShellFiles