fzf: 0.60.0 -> 0.60.2
Changes: - https://github.com/junegunn/fzf/releases/tag/v0.60.1 - https://github.com/junegunn/fzf/releases/tag/v0.60.2
This commit is contained in:
committed by
zowoq
parent
3c76954319
commit
39bf32505d
@@ -11,13 +11,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "fzf";
|
||||
version = "0.60.0";
|
||||
version = "0.60.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "junegunn";
|
||||
repo = "fzf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4SnM1i0d+MPfQNkuqvq9acOKLGX6O5/VAYpgkeMcaEY=";
|
||||
hash = "sha256-1is5cja7BdtO1PK6MpSonnb0b8//Zrf0TA9FI0aCKLA=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-i4ofEI4K6Pypf5KJi/OW6e/vhnCHUArMHnZKrvQ8eww=";
|
||||
|
||||
Reference in New Issue
Block a user