fzf: 0.32.0 -> 0.32.1

https://github.com/junegunn/fzf/releases/tag/0.32.1
This commit is contained in:
kilianar
2022-08-09 05:11:51 +10:00
committed by zowoq
parent 8dc1059afe
commit 0b62bc1e21
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fzf";
version = "0.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
sha256 = "sha256-3iizp1Dn6fxcNUgbK4RkD38Z7KrLUkZDDq3wnIPMjPY=";
sha256 = "sha256-gtRMoUEQEVoQXtA2PnVMLqrENUh5Jv8QiolqmeX5naQ=";
};
vendorSha256 = "sha256-3ry93xV3KKtFoFGt2yxzMd4jx3QG2+8TBrEEywj7HPQ=";