Unverified Commit a9bdb813 authored by Amadej Kastelic's avatar Amadej Kastelic
Browse files

ffsend: 0.2.76 -> 0.2.77

parent cb51d8f4
Loading
Loading
Loading
Loading
+8 −31
Original line number Diff line number Diff line
@@ -22,46 +22,23 @@ assert (x11Support && usesX11) -> xclip != null || xsel != null;

rustPlatform.buildRustPackage rec {
  pname = "ffsend";
  version = "0.2.76";
  version = "0.2.77";

  src = fetchFromGitLab {
    owner = "timvisee";
    repo = "ffsend";
    rev = "v${version}";
    hash = "sha256-L1j1lXPxy9nWMeED9uzQHV5y7XTE6+DB57rDnXa4kMo=";
    tag = "v${version}";
    hash = "sha256-qq1nLNe4ddcsFJZaGfNQbNtqchz6tPh1kpEH/oDW3jk=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Gv70H3SLgiO7SWKYfCKzBhgAHxhjx3Gv7ZPLrGeQ+HY=";
  cargoHash = "sha256-DQcuyp61r0y9fi8AV33qxN2cOrl0M8q4/VoXuV47gxQ=";

  cargoPatches = [

    # Update dependencies (needed for the below patch to merge cleanly)
    (fetchpatch {
      name = "Update-dependencies-1";
      url = "https://github.com/timvisee/ffsend/commit/afb004680b9ed672c7e87ff23f16bb2c51fea06e.patch";
      hash = "sha256-eDcbyi05aOq+muVWdLmlLzLXUKcrv/9Y0R+0aHgL4+s=";
    })

    # Disable unused features in prettytable-rs crate (needed for the below patch to merge cleanly)
    (fetchpatch {
      name = "Disable-unused-features";
      url = "https://github.com/timvisee/ffsend/commit/9b8dee12ea839f911ed207ff9602d929cab5d34b.patch";
      hash = "sha256-6LK1Fqov+zEbPZ4+B6JCLXtXmgSad9vr9YO2oYodBSM=";
    })

    # Update dependencies (needed for the below patch to merge cleanly)
    (fetchpatch {
      name = "Update-dependencies-2";
      url = "https://github.com/timvisee/ffsend/commit/fd5b38f9ab9cbc5f962d1024f4809eb36ba8986c.patch";
      hash = "sha256-BDZKrVtQHpOewmB2Lb6kUfy02swcNK+CYZ3lj3kwFV4=";
    })

    # Fix seg fault
    # https://gitlab.com/timvisee/ffsend/-/merge_requests/44
    (fetchpatch {
      name = "Fix-segfault";
      url = "https://github.com/timvisee/ffsend/commit/3c1c2dc28ca1d88c45f87496a7a96052f5c37858.patch";
      hash = "sha256-2hWlFXDopNy26Df74nJoB1J8qzPEOpf61wEOEtxOVx8=";
      name = "rust-1.87.0-compat.patch";
      url = "https://gitlab.com/timvisee/ffsend/-/commit/29eb167d4367929a2546c20b3f2bbf890b63c631.patch";
      hash = "sha256-BxJ+0QJP2fzQT1X3BZG1Yy9V+csIEk8xocUKSBgdG9M=";
    })
  ];