Merge pull request #144874 from Ma27/bump-fzf

fzf: 0.27.3 -> 0.28.0
This commit is contained in:
Oleksii Filonenko 2021-11-06 18:42:50 +02:00 committed by GitHub
commit dc7c656444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fzf";
version = "0.27.3";
version = "0.28.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
sha256 = "sha256-uVGU8tOHHJYBoWTwx9ilnOKo49R0QHdCABKfGoL7Dkk=";
sha256 = "sha256-28Lu/WYIJWdLmSKX6C3w6F5NXXynPVwmmdH8PcDwC+Y=";
};
vendorSha256 = "sha256-omvCzM5kH3nAE57S33NV0OFRJmU+Ty7hhriaG/Dc0o0=";