fzf: 0.54.2 -> 0.54.3

This commit is contained in:
Alexis Hildebrandt
2024-08-01 08:49:32 +10:00
committed by zowoq
parent d156aabee9
commit bcb66e9e1a
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "fzf";
version = "0.54.2";
version = "0.54.3";
src = fetchFromGitHub {
owner = "junegunn";
repo = "fzf";
rev = "v${version}";
hash = "sha256-9vuz18rosYpkBmJc37CNXEry4OWMSQ03atdCiwY+KYY=";
hash = "sha256-kVWG2lfV+FhKbVC7mAqp3VCRWU6TgJGR3/NFwc8fslU=";
};
vendorHash = "sha256-uhjJPB/jfRPAu9g41vWFnSBIN9TIZW3s6BGz0fA2ygE=";