Unverified Commit 0875bbca authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

tail-tray: 0.2.23 -> 0.2.27 (#458744)

parents 90f5ebbf cfbc41e7
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  fetchpatch,
  davfs2,
  cmake,
  extra-cmake-modules,
@@ -12,24 +11,15 @@

stdenv.mkDerivation rec {
  pname = "tail-tray";
  version = "0.2.23";
  version = "0.2.27";

  src = fetchFromGitHub {
    owner = "SneWs";
    repo = "tail-tray";
    tag = "v${version}";
    hash = "sha256-fnr7EheVG3G4oLAe9liAy5qCDED/7eL0mUiE0qXsco4=";
    hash = "sha256-/T7t8I1cfhNmTW277X8lz68qsp2KIDJPxAgUibh6O+w=";
  };

  patches = [
    # https://github.com/SneWs/tail-tray/pull/82
    (fetchpatch {
      name = "dont-use-absoulte-paths-in-desktop-file.patch";
      url = "https://github.com/SneWs/tail-tray/commit/08aa4a4e061f21c2dcd07c94249f2eb15c4e4416.patch";
      hash = "sha256-6YOJes40e2rgVabYns55M5h1FGyFG+gjSewCaXesT8U=";
    })
  ];

  nativeBuildInputs = with kdePackages; [
    wrapQtAppsHook
    qttools