Skip to content

Commit b2e02c9

Browse files
authored
tail-tray: 0.2.16 -> 0.2.17 (#386055)
2 parents 749d913 + 7a87b07 commit b2e02c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "tail-tray";
13-
version = "0.2.16";
13+
version = "0.2.17";
1414

1515
src = fetchFromGitHub {
1616
owner = "SneWs";
1717
repo = "tail-tray";
1818
tag = "v${version}";
19-
sha256 = "sha256-AFIQSjmmUP2rQTsBxTIKvADmee/W+jUOyZwGPSINRzk=";
19+
sha256 = "sha256-Mobbh1c7f3aTxn0BEIm2A+DgS2TBSZTYiDlHxyaQEjk=";
2020
};
2121

2222
nativeBuildInputs = with kdePackages; [

0 commit comments

Comments
 (0)