tail-tray: 0.2.23 -> 0.2.27
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user