From fdf46420405e0482b4775ff3451b3e639842cd8f Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 7 Nov 2024 19:08:11 +0000 Subject: [PATCH] xwayland-satellite: 0.4-unstable-2024-09-15 -> 0.5 Changelog: https://github.com/Supreeeme/xwayland-satellite/releases/tag/v0.5 Diff: https://github.com/Supreeeme/xwayland-satellite/compare/b962a0f33b503aa39c9cf6919f488b664e5b79b4...v0.5 --- pkgs/by-name/xw/xwayland-satellite/package.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/xw/xwayland-satellite/package.nix b/pkgs/by-name/xw/xwayland-satellite/package.nix index 19194ffabd85..a04b4d54e5a3 100644 --- a/pkgs/by-name/xw/xwayland-satellite/package.nix +++ b/pkgs/by-name/xw/xwayland-satellite/package.nix @@ -3,23 +3,23 @@ fetchFromGitHub, libxcb, makeBinaryWrapper, + nix-update-script, pkg-config, rustPlatform, - unstableGitUpdater, xcb-util-cursor, xwayland, withSystemd ? true, }: -rustPlatform.buildRustPackage { +rustPlatform.buildRustPackage rec { pname = "xwayland-satellite"; - version = "0.4-unstable-2024-09-15"; + version = "0.5"; src = fetchFromGitHub { owner = "Supreeeme"; repo = "xwayland-satellite"; - rev = "b962a0f33b503aa39c9cf6919f488b664e5b79b4"; - hash = "sha256-OANPb73V/RQDqtpIcbzeJ93KuOHKFQv+1xXC44Ut7tY="; + rev = "refs/tags/v${version}"; + hash = "sha256-nq7bouXQXaaPPo/E+Jbq+wNHnatD4dY8OxSrRqzvy6s="; }; postPatch = '' @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage { --replace-fail '/usr/local/bin' "$out/bin" ''; - cargoHash = "sha256-1EtwGMoLfYK0VZj8jdQiweO/RHGBzyEoeMEI4pmqfu8="; + cargoHash = "sha256-KnkU+uLToD0cBNgPnRiR34XHIphQWoATjim1E/MVf48="; nativeBuildInputs = [ makeBinaryWrapper @@ -55,7 +55,7 @@ rustPlatform.buildRustPackage { --prefix PATH : "${lib.makeBinPath [ xwayland ]}" ''; - passthru.updateScript = unstableGitUpdater { tagPrefix = "v"; }; + passthru.updateScript = nix-update-script { }; meta = { description = "Xwayland outside your Wayland compositor";