Skip to content

Commit be26646

Browse files
mfrwzowoq
authored andcommitted
fzf: 0.61.3 -> 0.62.0
Diff: junegunn/fzf@v0.61.3...v0.62.0 Changelog: https://github.com/junegunn/fzf/blob/v0.62.0/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <[email protected]>
1 parent 72ec443 commit be26646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212

1313
buildGoModule rec {
1414
pname = "fzf";
15-
version = "0.61.3";
15+
version = "0.62.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "junegunn";
1919
repo = "fzf";
2020
rev = "v${version}";
21-
hash = "sha256-J/udSravvLZAStYDhMRh8KCD9ae8WH6ELtKXiWlWJ+8=";
21+
hash = "sha256-c83aJZYcCR8yqUNp1G4Viu3P8lZGD4gIQAArXdtRkc8=";
2222
};
2323

2424
vendorHash = "sha256-WcrJfvY3GZLDuRr2PZR1ooNPJ6FQ4S3RvUc2+zePw5w=";

0 commit comments

Comments
 (0)