fzf: 0.27.2 -> 0.27.3

https://github.com/junegunn/fzf/releases/tag/0.27.3
This commit is contained in:
zowoq 2021-10-16 06:49:10 +10:00
parent 2a42aa9029
commit d4bb31d914

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fzf";
version = "0.27.2";
version = "0.27.3";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
sha256 = "sha256-JWTyZRZrW1mFy91D+eZL6iYV0CcNxJUT4JA0hrBKZZU=";
sha256 = "sha256-uVGU8tOHHJYBoWTwx9ilnOKo49R0QHdCABKfGoL7Dkk=";
};
vendorSha256 = "sha256-FKDCIotyra/TZ48wbpzudJZ2aI2pn+ZR4EoZ+9+19Mw=";
vendorSha256 = "sha256-omvCzM5kH3nAE57S33NV0OFRJmU+Ty7hhriaG/Dc0o0=";
outputs = [ "out" "man" ];