Skip to content

Commit 1200719

Browse files
authored
fzf: 0.56.0 -> 0.56.2 (#355352)
2 parents 55ffc2a + 675bb2c commit 1200719

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.0";
14+
version = "0.56.2";
1515

1616
src = fetchFromGitHub {
1717
owner = "junegunn";
1818
repo = "fzf";
1919
rev = "v${version}";
20-
hash = "sha256-HG2GQwic1wJ0OiCinBEZ1wfjqXuq37udEpBwLt7LIA0=";
20+
hash = "sha256-POSploJmwMA3ZTYtQh3k45gaumG1dsuyyGn4CRO4qfY=";
2121
};
2222

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

2525
CGO_ENABLED = 0;
2626

0 commit comments

Comments
 (0)