Merge pull request #234027 from Yash-Garg/master

fzf: 0.40.0 -> 0.41.0
This commit is contained in:
Weijia Wang
2023-05-25 22:10:23 +03:00
committed by GitHub
+3 -3
View File
@@ -24,16 +24,16 @@ let
in
buildGoModule rec {
pname = "fzf";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "junegunn";
repo = pname;
rev = version;
hash = "sha256-1+s4AqvDfeTxZcM3w2VPUY1oSStNBXs0x//t3X7/zAw=";
hash = "sha256-NUaGuRfXtt/kY4u5uxM30Blg+ngkcvS2/2rcGP/WNtE=";
};
vendorHash = "sha256-SSz4oHUgfMRbvpdIl1xepfckef1HDA1y646FWnyBp6o=";
vendorHash = "sha256-O6OjBbrVAxDQd27ar2mmFkU1XyVM2C8SJWJ54rgaf2s=";
outputs = [ "out" "man" ];