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.
2 parents d859d04 + ec73d9b commit 353967fCopy full SHA for 353967f
1 file changed
pkgs/by-name/ta/tail-tray/package.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "tail-tray";
14
- version = "0.2.30";
+ version = "0.2.31";
15
16
src = fetchFromGitHub {
17
owner = "SneWs";
18
repo = "tail-tray";
19
tag = "v${finalAttrs.version}";
20
- hash = "sha256-MqofvOaqpQdUbYsxvnu/ZJJswa2bwLMKqJZtOCulbys=";
+ hash = "sha256-tQ8eXbtZkoMxuh099RX9gfCbxLcWQtJ+nzVPsPC6S5E=";
21
};
22
23
nativeBuildInputs = with kdePackages; [
0 commit comments