Skip to content

Commit

Permalink
update tail-tray
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenum committed Feb 13, 2025
1 parent 6c9b70b commit f2a325c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions packages/tail-tray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
name = "tail-tray";
version = "0.2.10";
version = "0.2.11";

src = fetchFromGitHub {
owner = "SneWs";
repo = "tail-tray";
tag = "v${version}";
sha256 = "sha256-60ddnIyW93TKHlZ4PgW1ggoyN4moHJEiQ9FnnL6cM7Q=";
sha256 = "sha256-khJX/zsbDgT+eJVhIR72i8kYGJVoUEngfjZp/TASa/4=";
};

nativeBuildInputs = with kdePackages; [
Expand All @@ -32,19 +32,6 @@ stdenv.mkDerivation rec {
davfs2
];

patches = [
# Fixes https://github.com/SneWs/tail-tray/issues/33
(fetchpatch {
url = "https://github.com/SneWs/tail-tray/commit/d7655e2187f6a445bd046d0b6fc766387a4d55b7.diff";
hash = "sha256-hyf3f8A8hxx2WFsh0eYb4meytg0TpOh9nZAUAtL0jsY=";
})
# Fiexes https://github.com/SneWs/tail-tray/issues/37
(fetchpatch {
url = "https://github.com/SneWs/tail-tray/commit/83719c629ea98a035ff937a819d6c493f5a7c032.patch";
hash = "sha256-oqePwgo+ejhnwh3RZ8+gnwOV2M7w/q04cc16nuQVI3E=";
})
];

postFixup = ''
substituteInPlace $out/share/applications/tail-tray.desktop \
--replace-fail '/usr/local' $out
Expand Down

0 comments on commit f2a325c

Please sign in to comment.