Skip to content

Commit 353967f

Browse files
tail-tray: 0.2.30 -> 0.2.31 (#511624)
2 parents d859d04 + ec73d9b commit 353967f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "tail-tray";
14-
version = "0.2.30";
14+
version = "0.2.31";
1515

1616
src = fetchFromGitHub {
1717
owner = "SneWs";
1818
repo = "tail-tray";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-MqofvOaqpQdUbYsxvnu/ZJJswa2bwLMKqJZtOCulbys=";
20+
hash = "sha256-tQ8eXbtZkoMxuh099RX9gfCbxLcWQtJ+nzVPsPC6S5E=";
2121
};
2222

2323
nativeBuildInputs = with kdePackages; [

0 commit comments

Comments
 (0)