Unverified Commit 24d2d0fd authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-terminal: 7.1.0 -> 7.1.1

parent 20075955
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  nix-update-script,
  pkg-config,
  meson,
@@ -22,24 +21,15 @@

stdenv.mkDerivation rec {
  pname = "elementary-terminal";
  version = "7.1.0";
  version = "7.1.1";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "terminal";
    rev = version;
    sha256 = "sha256-IbN01o3rojlwp4rBt8NlIPthxIPMOm/bD1rzD5Taibw=";
    sha256 = "sha256-B/VEVS1dJQGJ8+gqgJ/mb3+r29ZPtCSSlur/CAr6BJg=";
  };

  patches = [
    # Fix incorrect line breaks when pasting/dropping into foreground processes
    # https://github.com/elementary/terminal/pull/862
    (fetchpatch {
      url = "https://github.com/elementary/terminal/commit/8f93bc77437e45090e59266c7813436a0903d27b.patch";
      hash = "sha256-4xUFnFVUV4EIDZFprEbL+S49j5Maof5/egHPVaJAVg4=";
    })
  ];

  nativeBuildInputs = [
    desktop-file-utils
    meson