xwayland-satellite: 0.7 -> 0.8 (#466734)

This commit is contained in:
Marcus Ramberg
2025-12-03 17:34:45 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "xwayland-satellite";
version = "0.7";
version = "0.8";
src = fetchFromGitHub {
owner = "Supreeeme";
repo = "xwayland-satellite";
tag = "v${version}";
hash = "sha256-m+9tUfsmBeF2Gn4HWa6vSITZ4Gz1eA1F5Kh62B0N4oE=";
hash = "sha256-Qz1WvGdawnoz4dG3JtCtlParmdQHM5xu6osnXeVOqYI=";
};
postPatch = ''
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
--replace-fail '/usr/local/bin' "$out/bin"
'';
cargoHash = "sha256-2+qQSCyWOtOJ4fTVCHbvHYO+k4vxC2nbEOJMdjQZOgY=";
cargoHash = "sha256-HGrMjNIsUqh8AFtSABk615x4B9ygrVEn26V0G1kX/nA=";
nativeBuildInputs = [
makeBinaryWrapper