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 01b1b38 commit 6d6494fCopy full SHA for 6d6494f
pkgs/misc/tmux-plugins/default.nix
@@ -260,12 +260,12 @@ in
260
261
extrakto = mkTmuxPlugin {
262
pluginName = "extrakto";
263
- version = "0-unstable-2024-08-25";
+ version = "0-unstable-2025-07-27";
264
src = fetchFromGitHub {
265
owner = "laktak";
266
repo = "extrakto";
267
- rev = "bf9e666f2a6a8172ebe99fff61b574ba740cffc2";
268
- hash = "sha256-kIhJKgo1BDTeFyAPa//f/TrhPfV9Rfk9y4qMhIpCydk=";
+ rev = "b04dcf14496ffda629d8aa3a2ac63e4e08d2fdc9";
+ hash = "sha256-lknfek9Fu/RDHbq5HMaiNqc24deni5phzExWOkYRS+o";
269
};
270
nativeBuildInputs = [ pkgs.makeWrapper ];
271
buildInputs = [ pkgs.python3 ];
@@ -292,6 +292,7 @@ in
292
maintainers = with lib.maintainers; [
293
kidd
294
fnune
295
+ deejayem
296
];
297
298
0 commit comments