Skip to content

Commit 639295b

Browse files
r-ryantmzowoq
authored andcommitted
fzf: 0.56.3 -> 0.57.0
1 parent 5bae96d commit 639295b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fz/fzf/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
buildGoModule rec {
1313
pname = "fzf";
14-
version = "0.56.3";
14+
version = "0.57.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "junegunn";
1818
repo = "fzf";
1919
rev = "v${version}";
20-
hash = "sha256-m/RtAjqB6YTwmzCUdKQx/e7vxqJOu1Y1N0u28i8gwEs=";
20+
hash = "sha256-WEdCa6Krj+VicB1vxWzyY1rCHvmaL4t2njhhjq0Bppw=";
2121
};
2222

23-
vendorHash = "sha256-4VAAka9FvKuoDZ1E1v9Es3r00GZeG8Jp4pJONYpB/t8=";
23+
vendorHash = "sha256-utHQzXjtdnshUsYDQEQY2qoQGZsnfXXPj3A9VsDj0vQ=";
2424

2525
CGO_ENABLED = 0;
2626

0 commit comments

Comments
 (0)