fzf: 0.54.1 -> 0.54.2

This commit is contained in:
Alexis Hildebrandt 2024-07-27 19:36:15 +02:00
parent 1bba2b392c
commit bc7b6b7ca6

View File

@ -11,13 +11,13 @@
buildGoModule rec {
pname = "fzf";
version = "0.54.1";
version = "0.54.2";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf";
rev = "v${version}";
hash = "sha256-nE4ibYAOH3fgZbpf/tPocXFH6GfialYk/gvLltO8x/w=";
hash = "sha256-9vuz18rosYpkBmJc37CNXEry4OWMSQ03atdCiwY+KYY=";
};
vendorHash = "sha256-uhjJPB/jfRPAu9g41vWFnSBIN9TIZW3s6BGz0fA2ygE=";