zsh-fzf-tab: 1.1.2 -> 1.2.0 (#384459)

This commit is contained in:
Nick Cao
2025-02-23 12:22:35 -05:00
committed by GitHub
+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;