Skip to content

Commit 86b832d

Browse files
r-ryantmzowoq
authored andcommitted
fzf: 0.62.0 -> 0.63.0
1 parent 0570f74 commit 86b832d

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
@@ -12,16 +12,16 @@
1212

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

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

24-
vendorHash = "sha256-WcrJfvY3GZLDuRr2PZR1ooNPJ6FQ4S3RvUc2+zePw5w=";
24+
vendorHash = "sha256-1wxi+wfTSSgJQLNbCdoFTz9G4XLgEX7PpzqpuVjEYL8=";
2525

2626
env.CGO_ENABLED = 0;
2727

0 commit comments

Comments
 (0)