Skip to content

Commit ed32030

Browse files
committed
tail-tray: 0.2.13 -> 0.2.15
1 parent d1e7ea7 commit ed32030

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/ta/tail-tray/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@
44
davfs2,
55
cmake,
66
stdenv,
7-
fetchpatch,
87
pkg-config,
98
kdePackages,
109
}:
1110

1211
stdenv.mkDerivation rec {
1312
pname = "tail-tray";
14-
version = "0.2.13";
13+
version = "0.2.15";
1514

1615
src = fetchFromGitHub {
1716
owner = "SneWs";
1817
repo = "tail-tray";
1918
tag = "v${version}";
20-
sha256 = "sha256-BzE32XvDEdlS5D8XjZ4m2OEn+6nS0F7oJYX/a/UKhJ4=";
19+
sha256 = "sha256-wZj7YTrYChEWL9rnKdkZt6ZKAxJhIcnQIWS8C8uJ2+I=";
2120
};
2221

2322
nativeBuildInputs = with kdePackages; [
@@ -32,7 +31,9 @@ stdenv.mkDerivation rec {
3231
davfs2
3332
];
3433

35-
patches = [ ./desktop.patch ];
34+
patches = [
35+
./desktop.patch
36+
];
3637

3738
meta = {
3839
description = "Tray icon to manage Tailscale";

0 commit comments

Comments
 (0)