Unverified Commit fcf0c2b1 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

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

parents fe5a9e7d 31e0e38d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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