Commit 146148e3 authored by Malte Poll's avatar Malte Poll
Browse files

espanso: 2.1.8 -> 2.2.1

parent 47046687
Loading
Loading
Loading
Loading
+741 −363

File changed.

Preview size limit exceeded, changes collapsed.

+19 −18
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@ assert stdenv.isDarwin -> !x11Support;
assert stdenv.isDarwin -> !waylandSupport;
rustPlatform.buildRustPackage rec {
  pname = "espanso";
  version = "2.1.8";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "espanso";
    repo = "espanso";
    rev = "v${version}";
    hash = "sha256-5TUo5B1UZZARgTHbK2+520e3mGZkZ5tTez1qvZvMnxs=";
    hash = "sha256-41oF7aBxCy+Vbm1Tbx2qMkdywxVJpnH/kmKMtpgvWwc=";
  };

  cargoLock = {
@@ -123,7 +123,8 @@ rustPlatform.buildRustPackage rec {
  # Some tests require networking
  doCheck = false;

  postInstall = if stdenv.isDarwin then ''
  postInstall =
    if stdenv.isDarwin then ''
      EXEC_PATH=$out/bin/espanso BUILD_ARCH=current ${stdenv.shell} ./scripts/create_bundle.sh
    '' else ''
      wrapProgram $out/bin/espanso \