fzf: 0.56.2 -> 0.56.3
Diff: https://github.com/junegunn/fzf/compare/v0.56.2...v0.56.3 Changelog: https://github.com/junegunn/fzf/blob/v0.56.3/CHANGELOG.md
This commit is contained in:
parent
68b1892ad6
commit
a8b18d5ecd
@ -11,13 +11,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "fzf";
|
||||
version = "0.56.2";
|
||||
version = "0.56.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "junegunn";
|
||||
repo = "fzf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-POSploJmwMA3ZTYtQh3k45gaumG1dsuyyGn4CRO4qfY=";
|
||||
hash = "sha256-m/RtAjqB6YTwmzCUdKQx/e7vxqJOu1Y1N0u28i8gwEs=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-4VAAka9FvKuoDZ1E1v9Es3r00GZeG8Jp4pJONYpB/t8=";
|
||||
|
Loading…
Reference in New Issue
Block a user