zsh-fzf-tab: 1.1.2 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-02-23 08:22:09 +00:00
parent ad98f879fd
commit 67077f30bd
+2 -2
View File
@@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation rec {
pname = "zsh-fzf-tab";
version = "1.1.2";
version = "1.2.0";
src = fetchFromGitHub {
owner = "Aloxaf";
repo = "fzf-tab";
rev = "v${version}";
hash = "sha256-Qv8zAiMtrr67CbLRrFjGaPzFZcOiMVEFLg1Z+N6VMhg=";
hash = "sha256-q26XVS/LcyZPRqDNwKKA9exgBByE0muyuNb0Bbar2lY=";
};
strictDeps = true;