Skip to content

Commit 3e570ec

Browse files
authored
tmuxPlugins.extrakto: 0-unstable-2024-08-25 -> 0-unstable-2025-07-27 (#435066)
2 parents 5788de5 + 6d6494f commit 3e570ec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/misc/tmux-plugins/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ in
260260

261261
extrakto = mkTmuxPlugin {
262262
pluginName = "extrakto";
263-
version = "0-unstable-2024-08-25";
263+
version = "0-unstable-2025-07-27";
264264
src = fetchFromGitHub {
265265
owner = "laktak";
266266
repo = "extrakto";
267-
rev = "bf9e666f2a6a8172ebe99fff61b574ba740cffc2";
268-
hash = "sha256-kIhJKgo1BDTeFyAPa//f/TrhPfV9Rfk9y4qMhIpCydk=";
267+
rev = "b04dcf14496ffda629d8aa3a2ac63e4e08d2fdc9";
268+
hash = "sha256-lknfek9Fu/RDHbq5HMaiNqc24deni5phzExWOkYRS+o";
269269
};
270270
nativeBuildInputs = [ pkgs.makeWrapper ];
271271
buildInputs = [ pkgs.python3 ];
@@ -292,6 +292,7 @@ in
292292
maintainers = with lib.maintainers; [
293293
kidd
294294
fnune
295+
deejayem
295296
];
296297
};
297298
};

0 commit comments

Comments
 (0)