zsh-fzf-history-search: 0-unstable-2024-05-15 -> 0-unstable-2025-11-08 (#470843)

This commit is contained in:
Sefa Eyeoglu
2025-12-28 13:15:06 +00:00
committed by GitHub
@@ -2,17 +2,18 @@
lib,
stdenvNoCC,
fetchFromGitHub,
unstableGitUpdater,
}:
stdenvNoCC.mkDerivation {
pname = "zsh-fzf-history-search";
version = "0-unstable-2024-05-15";
version = "0-unstable-2025-11-08";
src = fetchFromGitHub {
owner = "joshskidmore";
repo = "zsh-fzf-history-search";
rev = "d5a9730b5b4cb0b39959f7f1044f9c52743832ba";
hash = "sha256-tQqIlkgIWPEdomofPlmWNEz/oNFA1qasILk4R5RWobY=";
rev = "35df458f7d9478fa88c74af762dcd296cdfd485d";
hash = "sha256-6UWmfFQ9JVyg653bPQCB5M4jJAJO+V85rU7zP4cs1VI=";
};
dontConfigure = true;
@@ -27,11 +28,13 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
meta = {
description = "Simple zsh plugin that replaces Ctrl+R with an fzf-driven select which includes date/times";
homepage = "https://github.com/joshskidmore/zsh-fzf-history-search";
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = [ ];
maintainers = [ lib.maintainers.Gliczy ];
};
}