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 99fd8cc commit 7a87b07Copy full SHA for 7a87b07
pkgs/by-name/ta/tail-tray/package.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation rec {
12
pname = "tail-tray";
13
- version = "0.2.16";
+ version = "0.2.17";
14
15
src = fetchFromGitHub {
16
owner = "SneWs";
17
repo = "tail-tray";
18
tag = "v${version}";
19
- sha256 = "sha256-AFIQSjmmUP2rQTsBxTIKvADmee/W+jUOyZwGPSINRzk=";
+ sha256 = "sha256-Mobbh1c7f3aTxn0BEIm2A+DgS2TBSZTYiDlHxyaQEjk=";
20
};
21
22
nativeBuildInputs = with kdePackages; [
0 commit comments