We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bae96d commit 639295bCopy full SHA for 639295b
pkgs/by-name/fz/fzf/package.nix
@@ -11,16 +11,16 @@
11
12
buildGoModule rec {
13
pname = "fzf";
14
- version = "0.56.3";
+ version = "0.57.0";
15
16
src = fetchFromGitHub {
17
owner = "junegunn";
18
repo = "fzf";
19
rev = "v${version}";
20
- hash = "sha256-m/RtAjqB6YTwmzCUdKQx/e7vxqJOu1Y1N0u28i8gwEs=";
+ hash = "sha256-WEdCa6Krj+VicB1vxWzyY1rCHvmaL4t2njhhjq0Bppw=";
21
};
22
23
- vendorHash = "sha256-4VAAka9FvKuoDZ1E1v9Es3r00GZeG8Jp4pJONYpB/t8=";
+ vendorHash = "sha256-utHQzXjtdnshUsYDQEQY2qoQGZsnfXXPj3A9VsDj0vQ=";
24
25
CGO_ENABLED = 0;
26
0 commit comments