We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e7ea7 commit ed32030Copy full SHA for ed32030
pkgs/by-name/ta/tail-tray/package.nix
@@ -4,20 +4,19 @@
4
davfs2,
5
cmake,
6
stdenv,
7
- fetchpatch,
8
pkg-config,
9
kdePackages,
10
}:
11
12
stdenv.mkDerivation rec {
13
pname = "tail-tray";
14
- version = "0.2.13";
+ version = "0.2.15";
15
16
src = fetchFromGitHub {
17
owner = "SneWs";
18
repo = "tail-tray";
19
tag = "v${version}";
20
- sha256 = "sha256-BzE32XvDEdlS5D8XjZ4m2OEn+6nS0F7oJYX/a/UKhJ4=";
+ sha256 = "sha256-wZj7YTrYChEWL9rnKdkZt6ZKAxJhIcnQIWS8C8uJ2+I=";
21
};
22
23
nativeBuildInputs = with kdePackages; [
@@ -32,7 +31,9 @@ stdenv.mkDerivation rec {
32
31
davfs2
33
];
34
35
- patches = [ ./desktop.patch ];
+ patches = [
+ ./desktop.patch
36
+ ];
37
38
meta = {
39
description = "Tray icon to manage Tailscale";
0 commit comments